mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/ogre: Fix commit ID and MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fe37079c0e
commit
d274d9dfd0
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCNAM="${PRGNAM}_src_v${VERSION//./-}"
|
SRCNAM="${PRGNAM}_src_v${VERSION//./-}"
|
||||||
SRCNAM="sinbad-ogre-dd4dd5572adc" # This is just temporary
|
SRCNAM="sinbad-ogre-dd09c099cab4" # This is just temporary
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="ogre"
|
||||||
VERSION="1.9"
|
VERSION="1.9"
|
||||||
HOMEPAGE="http://www.ogre3d.org/"
|
HOMEPAGE="http://www.ogre3d.org/"
|
||||||
DOWNLOAD="https://bitbucket.org/sinbad/ogre/get/v1-9.tar.bz2"
|
DOWNLOAD="https://bitbucket.org/sinbad/ogre/get/v1-9.tar.bz2"
|
||||||
MD5SUM="9f3a9a22217eb411cac7778ccac6f796"
|
MD5SUM="096a4ce41bf0237958811fbd58bb69bb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue