Skip to content

Commit 37a9ab0

Browse files
committed
upgrade to ogre 14.4.0 and bump version
1 parent 0cdca24 commit 37a9ab0

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
@@ -6,7 +6,7 @@
66
mkdir winpkg
77
cd winpkg
88

9-
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.3.1/ogre-sdk-v14.3.1-msvc142-x64.zip -o ogre-sdk.zip
9+
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.4.0/ogre-sdk-v14.4.0-msvc142-x64.zip -o ogre-sdk.zip
1010
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
1111
curl -LO https://github.com/OGRECave/ogre-meshviewer/releases/download/24.02/tkinter_3.10.10-amd64.zip
1212
unzip python-3.10.10-embed-amd64.zip -d package
@@ -38,4 +38,4 @@ cp ../win_resources.cfg package/resources.cfg
3838
cp -R Media/RTShaderLib Media/Main package/
3939
cp -R ../fonts package/
4040

41-
mv package ogre-meshviewer_24.10-win64
41+
mv package ogre-meshviewer_25.07-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: "24.10"
2+
version: "25.07"
33
confinement: strict
44
summary: OGRE Mesh Viewer
55
description: Viewer for .mesh model files as consumed by OGRE
@@ -48,7 +48,7 @@ parts:
4848
- -DCMAKE_INSTALL_PREFIX=/usr/
4949
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
5050
source: https://github.com/OGRECave/ogre.git
51-
source-tag: master
51+
source-tag: v14.4.0
5252
source-depth: 1
5353
build-packages:
5454
- libassimp-dev

0 commit comments

Comments
 (0)