Skip to content

Commit ad71104

Browse files
committed
use ogre 13.3 tag
1 parent 0ff6520 commit ad71104

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

create_win_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This should work on Windows (MinGW) and Linux
44
# for MinGW use e.g. https://gitforwindows.org/
55

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

34-
mv package ogre-meshviewer_22.01-win64
34+
mv package ogre-meshviewer_22.02-win64

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ogre-meshviewer
2-
version: "21.11"
2+
version: "22.02"
33
confinement: strict
44
summary: OGRE Mesh Viewer
55
description: Viewer for .mesh model files as consumed by OGRE
@@ -46,7 +46,7 @@ parts:
4646
- -DCMAKE_INSTALL_PREFIX=/usr/
4747
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12
4848
source: https://github.com/OGRECave/ogre.git
49-
source-tag: v13.2.0
49+
source-tag: v13.3.0
5050
source-depth: 1
5151
build-packages:
5252
- libassimp-dev

0 commit comments

Comments
 (0)