diff options
Diffstat (limited to 'games/open-adventure/open-adventure.SlackBuild')
-rw-r--r-- | games/open-adventure/open-adventure.SlackBuild | 4 |
1 files changed, 3 insertions, 1 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} |