summaryrefslogtreecommitdiffstats
path: root/games/ltris/ltris.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/ltris/ltris.SlackBuild')
-rw-r--r--games/ltris/ltris.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ltris/ltris.SlackBuild b/games/ltris/ltris.SlackBuild
index 62522145e0..42f87c352a 100644
--- a/games/ltris/ltris.SlackBuild
+++ b/games/ltris/ltris.SlackBuild
@@ -5,16 +5,14 @@
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
PRGNAM=ltris
-VERSION=${VERSION:=1.0.17}
+VERSION=${VERSION:=1.0.18}
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