mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/ode: Fixed md5sum in ode.info file
Yep, upstream did a switcheroo on us. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
93965aa270
commit
c05c1e3b5b
2 changed files with 2 additions and 4 deletions
|
@ -15,12 +15,10 @@ VERSION=0.11.1
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -2,9 +2,9 @@ PRGNAM="ode"
|
|||
VERSION="0.11.1"
|
||||
HOMEPAGE="http://www.ode.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opende/ode-0.11.1.tar.bz2"
|
||||
MD5SUM="c5d51e4c73bff379e5ae18ac218ebba3"
|
||||
MD5SUM="712579afabc2a15aa56e399f76171477"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alex Word"
|
||||
EMAIL="alex_word86@yahoo.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in a new issue