aboutsummaryrefslogtreecommitdiff
path: root/games/open-adventure/open-adventure.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-02-29 15:02:13 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-02 09:19:48 +0700
commite58e13cf0267ca335e9844643bc7cd0e07ca0677 (patch)
tree680dfe5bdcedb39264254c6bd708a44f3f56cc86 /games/open-adventure/open-adventure.SlackBuild
parent5d2680807fd9c82259d297a04cc5be81d538339c (diff)
games/open-adventure: Upstream changed tarball; fix md5sum.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/open-adventure/open-adventure.SlackBuild')
-rw-r--r--games/open-adventure/open-adventure.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild
index e2fac9d101..c5c438dfb1 100644
--- a/games/open-adventure/open-adventure.SlackBuild
+++ b/games/open-adventure/open-adventure.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240229 bkw: BUILD=2, naughty upstream changed the tarball after release.
+# 20240211 bkw: update for v1.18.
# 20230906 bkw: update for v1.16.
# 20230107 bkw: Update for v1.11.
# 20211024 bkw: BUILD=2, new-style icons, HTML docs.
@@ -22,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=open-adventure
VERSION=${VERSION:-1.18}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}