mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
games/spring: Updated for version 104.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
23a0f78f3f
commit
5236316e6a
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
#
|
||||
|
||||
PRGNAM=spring
|
||||
VERSION=${VERSION:-100.0}
|
||||
VERSION=${VERSION:-104.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -38,7 +38,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spring"
|
||||
VERSION="100.0"
|
||||
VERSION="104.0"
|
||||
HOMEPAGE="https://springrts.com"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/springrts/spring_100.0_src.tar.gz"
|
||||
MD5SUM="496ce9d145dbad6aef9ff5f00ff63979"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/springrts/spring_104.0_src.tar.gz"
|
||||
MD5SUM="c890fe7318f8d6798e70a411e411939e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="DevIL OpenAL p7zip jdk SDL2 bullet libunwind"
|
||||
|
|
Loading…
Reference in a new issue