diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-23 16:36:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-23 16:36:27 +0700 |
commit | 6149575acd7aef5f3c2da526e3c6c8649dbe5bbe (patch) | |
tree | 970d3c8e2cb624f846e3c0443b9861bf056908e5 /libraries/ogre | |
parent | 2e4f6cfe48e04267474abbd4812d683d59541fd4 (diff) | |
download | slackbuilds-6149575acd7aef5f3c2da526e3c6c8649dbe5bbe.tar.gz |
libraries/ogre: Updated for version 13.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ogre')
-rw-r--r-- | libraries/ogre/ogre.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/ogre/ogre.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/ogre/ogre.SlackBuild b/libraries/ogre/ogre.SlackBuild index ae5963c91e..c063b67cdf 100644 --- a/libraries/ogre/ogre.SlackBuild +++ b/libraries/ogre/ogre.SlackBuild @@ -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} diff --git a/libraries/ogre/ogre.info b/libraries/ogre/ogre.info index 6732f6e082..7c57ef1cad 100644 --- a/libraries/ogre/ogre.info +++ b/libraries/ogre/ogre.info @@ -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" |