diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-29 15:02:13 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:48 +0700 |
commit | e58e13cf0267ca335e9844643bc7cd0e07ca0677 (patch) | |
tree | 680dfe5bdcedb39264254c6bd708a44f3f56cc86 | |
parent | 5d2680807fd9c82259d297a04cc5be81d538339c (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>
-rw-r--r-- | games/open-adventure/open-adventure.SlackBuild | 4 | ||||
-rw-r--r-- | games/open-adventure/open-adventure.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild index e2fac9d1011b1..c5c438dfb1269 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} diff --git a/games/open-adventure/open-adventure.info b/games/open-adventure/open-adventure.info index 94e359aee35d7..63e224b4d1dc2 100644 --- a/games/open-adventure/open-adventure.info +++ b/games/open-adventure/open-adventure.info @@ -2,7 +2,7 @@ PRGNAM="open-adventure" VERSION="1.18" HOMEPAGE="https://gitlab.com/esr/open-adventure" DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.18/open-adventure-1.18.tar.bz2" -MD5SUM="437d5451ab181dfebc1b5ee690fa5f7d" +MD5SUM="173199b27ca12fb32e9cfadc5e917f93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |