mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/alienarena: Updated for version 7.66.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
018cabb1ad
commit
18a8e6bdb8
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=alienarena
|
||||
VERSION=${VERSION:-7.65}
|
||||
VERSION=${VERSION:-7.66}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION-linux20130207.tar.gz
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION-linux20130827.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="alienarena"
|
||||
VERSION="7.65"
|
||||
VERSION="7.66"
|
||||
HOMEPAGE="http://icculus.org/alienarena/rpa/"
|
||||
DOWNLOAD="http://icculus.org/alienarena/Files/alienarena-7.65-linux20130207.tar.gz"
|
||||
MD5SUM="a8f67eb484705588ca5d8101413669d2"
|
||||
DOWNLOAD="http://red.planetarena.org/files/alienarena-7.66-linux20130827.tar.gz"
|
||||
MD5SUM="50928622f614ccd9938943de5fd37c1a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL ode"
|
||||
|
|
Loading…
Reference in a new issue