Skip to content

Commit

Permalink
use ogre 13.3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 12, 2022
1 parent 0ff6520 commit ad71104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions create_win_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This should work on Windows (MinGW) and Linux
# for MinGW use e.g. https://gitforwindows.org/

curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-v13.2.0-msvc141-x64.zip -o ogre-sdk.zip
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-v13.3.0-msvc141-x64.zip -o ogre-sdk.zip
curl -LO https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-amd64.zip
unzip python-3.7.9-embed-amd64.zip -d package
unzip ogre-sdk.zip
Expand Down Expand Up @@ -31,4 +31,4 @@ cp win_resources.cfg package/resources.cfg
cp -R Media/RTShaderLib Media/Main package/
cp -R Media/packs/SdkTrays.zip package/

mv package ogre-meshviewer_22.01-win64
mv package ogre-meshviewer_22.02-win64
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ogre-meshviewer
version: "21.11"
version: "22.02"
confinement: strict
summary: OGRE Mesh Viewer
description: Viewer for .mesh model files as consumed by OGRE
Expand Down Expand Up @@ -46,7 +46,7 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr/
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12
source: https://github.com/OGRECave/ogre.git
source-tag: v13.2.0
source-tag: v13.3.0
source-depth: 1
build-packages:
- libassimp-dev
Expand Down

0 comments on commit ad71104

Please sign in to comment.