summaryrefslogtreecommitdiffstats
path: root/games/adom
diff options
context:
space:
mode:
author pyllyukko2018-02-05 21:29:59 +0100
committer Willy Sudiarto Raharjo2018-02-10 02:09:30 +0100
commitc8934e9dfae64646863467acc5a44c3add352ec9 (patch)
tree0ae2b0c4133680a27330b62c8810ed42211fa9a4 /games/adom
parent8136f8edb010df5f33390027a584d30ae9c27d21 (diff)
downloadslackbuilds-c8934e9dfae64646863467acc5a44c3add352ec9.tar.gz
games/adom: Updated for version 3.0.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/adom')
-rw-r--r--games/adom/adom.SlackBuild8
-rw-r--r--games/adom/adom.info10
2 files changed, 9 insertions, 9 deletions
diff --git a/games/adom/adom.SlackBuild b/games/adom/adom.SlackBuild
index 9bd43b75b9..a3fd9edd38 100644
--- a/games/adom/adom.SlackBuild
+++ b/games/adom/adom.SlackBuild
@@ -7,13 +7,13 @@
# in a clean .tgz package, ready to be installed.
PRGNAM=adom
-VERSION=${VERSION:-r60}
+VERSION=${VERSION:-3.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -24,7 +24,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
ARCHBITS=32
elif [ "$ARCH" = "i686" ]; then
ARCHBITS=32
@@ -41,7 +41,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xvf $CWD/${PRGNAM}_linux_debian_${ARCHBITS}_${VERSION}_pub.tar.gz
+tar xvf $CWD/${PRGNAM}_linux_debian_${ARCHBITS}_${VERSION}.tar.gz
cd $PRGNAM
chown -R root:root .
find -L . \
diff --git a/games/adom/adom.info b/games/adom/adom.info
index b9a482bcfd..26357e332d 100644
--- a/games/adom/adom.info
+++ b/games/adom/adom.info
@@ -1,10 +1,10 @@
PRGNAM="adom"
-VERSION="r60"
+VERSION="3.0.6"
HOMEPAGE="http://www.ancientdomainsofmystery.com/"
-DOWNLOAD="http://www.ancardia.com/download/adom_linux_debian_32_r60_pub.tar.gz"
-MD5SUM="68d94adaee52cf5739bd2a3ecbbf489a"
-DOWNLOAD_x86_64="http://www.ancardia.com/download/adom_linux_debian_64_r60_pub.tar.gz"
-MD5SUM_x86_64="4bbd8748509f5f407d9f3a9289763fc8"
+DOWNLOAD="http://www.ancardia.com/download/adom_linux_debian_32_3.0.6.tar.gz"
+MD5SUM="48d443fb19ed926a1867c54c5f65f363"
+DOWNLOAD_x86_64="http://www.ancardia.com/download/adom_linux_debian_64_3.0.6.tar.gz"
+MD5SUM_x86_64="05819205ae71f1af2e8f073011cb8b7d"
REQUIRES=""
MAINTAINER="pyllyukko"
EMAIL="pyllyukko AT maimed dot org"