mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/ltris: Updated for version 1.0.18.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
5a473f9a80
commit
dd537f6878
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ltris"
|
||||
VERSION="1.0.17"
|
||||
VERSION="1.0.18"
|
||||
HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LTris"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lgames/ltris-1.0.17.tar.gz"
|
||||
MD5SUM="97613884c3cd6eaecda1d611de730a3c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lgames/ltris-1.0.18.tar.gz"
|
||||
MD5SUM="533be97db3f6589e879b905c66a44300"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Bill Kirkpatrick"
|
||||
EMAIL="bkirkp@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue