diff options
author | B. Watson <urchlay@slackware.uk> | 2023-03-30 03:47:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:34 +0700 |
commit | d66c2e4d4124dc2deceb832ec2952351af4526cd (patch) | |
tree | d319ff8e98148c6421067b0e0403d6c1c23d5a62 /games/frotz | |
parent | 6457f7535f0805f18aadbadd4f251006819edfd3 (diff) |
games/frotz: Fix md5sum.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/frotz.SlackBuild | 5 | ||||
-rw-r--r-- | games/frotz/frotz.info | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild index a3bff1a2e2ca..aad8cf468ec7 100644 --- a/games/frotz/frotz.SlackBuild +++ b/games/frotz/frotz.SlackBuild @@ -9,6 +9,11 @@ # 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: diff --git a/games/frotz/frotz.info b/games/frotz/frotz.info index d39fc4f4ecf2..cd0755974e99 100644 --- a/games/frotz/frotz.info +++ b/games/frotz/frotz.info @@ -2,7 +2,7 @@ PRGNAM="frotz" VERSION="2.54" HOMEPAGE="https://davidgriffith.gitlab.io/frotz/" DOWNLOAD="https://gitlab.com/DavidGriffith/frotz/-/archive/2.54/frotz-2.54.tar.bz2" -MD5SUM="606794f1c56ee894384cb89457ae8103" +MD5SUM="0f92942220f7b27a218e94676045cbc1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |