libraries/ogre: Updated for version 13.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-01-23 16:36:27 +07:00
parent 2e4f6cfe48
commit 6149575acd
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -32,8 +32,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ogre
VERSION=${VERSION:-1.12.9}
IMGUIVER=${IMGUIVER:-1.77}
VERSION=${VERSION:-13.2.4}
IMGUIVER=${IMGUIVER:-1.86}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="ogre"
VERSION="1.12.9"
VERSION="13.2.4"
HOMEPAGE="https://www.ogre3d.org/"
DOWNLOAD="https://github.com/OGRECave/ogre/archive/v1.12.9/ogre-1.12.9.zip \
https://github.com/ocornut/imgui/archive/v1.77/imgui-1.77.tar.gz"
MD5SUM="af72419a3ad1f84213de29db4d52f261 \
d42af3bff3a6489fd8eb5ceb49e12a63"
DOWNLOAD="https://github.com/OGRECave/ogre/archive/v13.2.4/ogre-13.2.4.zip \
https://github.com/ocornut/imgui/archive/v1.86/imgui-1.86.tar.gz"
MD5SUM="b540b3feaebe530370c659013c144d23 \
82f6ab3267c1831223f6ae03c58baccc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pugixml"