diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-29 01:06:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 08:19:19 +0700 |
commit | 5236316e6a4b712ce46360304c7355bdefc83c8d (patch) | |
tree | eabb27d525e2321b0829208046a5c9435123633c /games/spring/spring.SlackBuild | |
parent | 23a0f78f3f3e8781f9246b21d081622b325a2221 (diff) | |
download | slackbuilds-5236316e6a4b712ce46360304c7355bdefc83c8d.tar.gz |
games/spring: Updated for version 104.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/spring/spring.SlackBuild')
-rw-r--r-- | games/spring/spring.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spring/spring.SlackBuild b/games/spring/spring.SlackBuild index 0c2deeee4c..cb6abb7814 100644 --- a/games/spring/spring.SlackBuild +++ b/games/spring/spring.SlackBuild @@ -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 |