mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/ogre: Fix MD5SUM and Commit ID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
67a8c7fc92
commit
5d5c1ad953
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ BUILD=${BUILD:-4}
|
|||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="${PRGNAM}_src_v${VERSION//./-}"
|
||||
SRCNAM="sinbad-ogre-55e89ae88219" # This is just temporary
|
||||
SRCNAM="sinbad-ogre-7343503880d4" # This is just temporary
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="ogre"
|
|||
VERSION="1.9"
|
||||
HOMEPAGE="http://www.ogre3d.org/"
|
||||
DOWNLOAD="https://bitbucket.org/sinbad/ogre/get/v1-9.tar.bz2"
|
||||
MD5SUM="c33f630808479c23ea752bd91081d180"
|
||||
MD5SUM="61e90053bb262968f78612ed8d728228"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue