summaryrefslogtreecommitdiffstats
path: root/games/frotz
diff options
context:
space:
mode:
Diffstat (limited to 'games/frotz')
-rw-r--r--games/frotz/frotz.SlackBuild11
-rw-r--r--games/frotz/frotz.info8
2 files changed, 13 insertions, 6 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild
index 147c52fdbb..aad8cf468e 100644
--- a/games/frotz/frotz.SlackBuild
+++ b/games/frotz/frotz.SlackBuild
@@ -3,12 +3,19 @@
# Slackware build script for frotz
# Originally written for Slackware 12.2 by Beej Jorgensen <email
-# removed>, heavily modified by B. Watson <yalhcru@gmail.com> since
+# removed>, heavily modified by B. Watson <urchlay@slackware.uk> since
# then.
# Original had no license. This modified version is released under the
# WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230330 bkw: upstream download file changed. In case you're
+# wondering, it's a one-line change in the Makefile (an extra
+# digit in the git has), which doesn't actually affect the
+# compiled binaries. updated md5sum in .info, did not bump BUILD.
+
+# 20220613 bkw: updated for v2.54.
+
# 20211007 bkw:
# - updated for v2.53.
# - add optional xfrotz.
@@ -34,7 +41,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}
diff --git a/games/frotz/frotz.info b/games/frotz/frotz.info
index bb6a954721..cd0755974e 100644
--- a/games/frotz/frotz.info
+++ b/games/frotz/frotz.info
@@ -1,10 +1,10 @@
PRGNAM="frotz"
-VERSION="2.53"
+VERSION="2.54"
HOMEPAGE="https://davidgriffith.gitlab.io/frotz/"
-DOWNLOAD="https://gitlab.com/DavidGriffith/frotz/-/archive/2.53/frotz-2.53.tar.bz2"
-MD5SUM="02c61ce6de7cd8635f99cb1bc17971e8"
+DOWNLOAD="https://gitlab.com/DavidGriffith/frotz/-/archive/2.54/frotz-2.54.tar.bz2"
+MD5SUM="0f92942220f7b27a218e94676045cbc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"