summaryrefslogtreecommitdiffstats
path: root/games/frotz/frotz.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/frotz/frotz.SlackBuild')
-rw-r--r--games/frotz/frotz.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild
index 082687e679..a3bff1a2e2 100644
--- a/games/frotz/frotz.SlackBuild
+++ b/games/frotz/frotz.SlackBuild
@@ -9,6 +9,8 @@
# Original had no license. This modified version is released under the
# WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220613 bkw: updated for v2.54.
+
# 20211007 bkw:
# - updated for v2.53.
# - add optional xfrotz.
@@ -34,7 +36,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=frotz
-VERSION=${VERSION:-2.53}
+VERSION=${VERSION:-2.54}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}