diff options
author | Erich Ritz <erich.public@protonmail.com> | 2024-01-19 08:53:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 00:38:13 +0700 |
commit | 5a877407ecd32db58a74b0d7f7a441aa211dc97a (patch) | |
tree | 69f95d1f6d1a86246d1c5e0565ab54708a4b3b1a /games | |
parent | e1750d7476ee11b8f469a6fd6b0b197bfb9e0dad (diff) |
games/puzzles: Updated for version 20240103.7a93ae5.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/puzzles/puzzles.SlackBuild | 4 | ||||
-rw-r--r-- | games/puzzles/puzzles.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/puzzles/puzzles.SlackBuild b/games/puzzles/puzzles.SlackBuild index 916bc0336528..0825b65f067d 100644 --- a/games/puzzles/puzzles.SlackBuild +++ b/games/puzzles/puzzles.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for puzzles -# Copyright 2022-2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2022-2024 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=puzzles -VERSION=${VERSION:-20231120.08365fb} +VERSION=${VERSION:-20240103.7a93ae5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/puzzles/puzzles.info b/games/puzzles/puzzles.info index 61901c54ca79..6022683c3f01 100644 --- a/games/puzzles/puzzles.info +++ b/games/puzzles/puzzles.info @@ -1,8 +1,8 @@ PRGNAM="puzzles" -VERSION="20231120.08365fb" +VERSION="20240103.7a93ae5" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20231120.08365fb.tar.gz" -MD5SUM="24283b0870a10a652435b106cf53d88c" +DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20240103.7a93ae5.tar.gz" +MD5SUM="ab9f8fd4c3c0ad9234acedb0cb90fdaf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="halibut" |