diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2011-12-09 21:09:32 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-09 21:09:32 -0200 |
commit | dd537f68787fa4c01761a2b4fa59ae2878e6fe12 (patch) | |
tree | 76ff91559f419e3d5e63fdf080962ec1d2cb7024 /games/ltris/ltris.SlackBuild | |
parent | 5a473f9a80130c54bf1082bf8dea640bb4ae3ee6 (diff) | |
download | slackbuilds-dd537f68787fa4c01761a2b4fa59ae2878e6fe12.tar.gz |
games/ltris: Updated for version 1.0.18.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/ltris/ltris.SlackBuild')
-rw-r--r-- | games/ltris/ltris.SlackBuild | 4 |
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 |