aboutsummaryrefslogtreecommitdiff
path: root/games/crawl
diff options
context:
space:
mode:
authorDavid Melik <dchmelik@gmail.com>2023-12-12 11:21:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-13 01:48:22 +0700
commit15013619abc6235e279ed28965a1a310308a3d67 (patch)
tree7c76c6f18d16ee2ca92c2ee13fc61c1aeee24416 /games/crawl
parentd48111ab4a8cb2d3ff6771f563c5b8e56c29cb0d (diff)
games/crawl: Updated for version 0.30.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/crawl')
-rw-r--r--games/crawl/crawl.SlackBuild5
-rw-r--r--games/crawl/crawl.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/games/crawl/crawl.SlackBuild b/games/crawl/crawl.SlackBuild
index 6220c7f7d9adf..f9d1f39c86085 100644
--- a/games/crawl/crawl.SlackBuild
+++ b/games/crawl/crawl.SlackBuild
@@ -25,11 +25,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=crawl
-VERSION=${VERSION:-0.29.1}
+VERSION=${VERSION:-0.30.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-
SRCNAM=stone_soup
if [ -z "$ARCH" ]; then
@@ -69,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_$VERSION.orig.tar.xz
+tar xvf $CWD/${SRCNAM}-$VERSION.tar.xz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/games/crawl/crawl.info b/games/crawl/crawl.info
index 627eefdb0aa6a..3d19db95645b5 100644
--- a/games/crawl/crawl.info
+++ b/games/crawl/crawl.info
@@ -1,8 +1,8 @@
PRGNAM="crawl"
-VERSION="0.29.1"
+VERSION="0.30.1"
HOMEPAGE="http://crawl.develz.org/"
-DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.29.1-debian/crawl_0.29.1.orig.tar.xz"
-MD5SUM="ec90b3a63161c6a4e00e1a2b6d34877b"
+DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.30.1/stone_soup-0.30.1.tar.xz"
+MD5SUM="2c4d3c13f0308006bf4d83bc7dcdda93"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"