diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-01-05 09:44:15 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:29 +0700 |
commit | bf882e0a632a1e131268483e081a36c3b76cf355 (patch) | |
tree | da9deaf60db6606c1cd61be0c0d4bea2cae2bae3 /games | |
parent | 6b4148adeab86c86f248edefb2dd56de9882bb1c (diff) |
games/puzzles: Updated for version 20230103.2537961.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/puzzles/README | 8 | ||||
-rw-r--r-- | games/puzzles/puzzles.SlackBuild | 2 | ||||
-rw-r--r-- | games/puzzles/puzzles.info | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/games/puzzles/README b/games/puzzles/README index e5c096f056d0..3140a7f66d0a 100644 --- a/games/puzzles/README +++ b/games/puzzles/README @@ -1,13 +1,7 @@ This is a collection of puzzle games written by Simon Tatham. They run natively on various platforms including Linux, Windows, and Mac OS X. -The author periodically makes updates and old versions are inaccessible -from the website. In that case you can either get the tested version -from - -https://slackware.uk/sbosrcarch/by-name/games/puzzles/ - -or get the latest version from +You may optionally get the latest version from https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz diff --git a/games/puzzles/puzzles.SlackBuild b/games/puzzles/puzzles.SlackBuild index d3f82db04de4..b8c2ed3a58da 100644 --- a/games/puzzles/puzzles.SlackBuild +++ b/games/puzzles/puzzles.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=puzzles -VERSION=${VERSION:-20221130.dbb2d2a} +VERSION=${VERSION:-20230103.2537961} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/puzzles/puzzles.info b/games/puzzles/puzzles.info index 097ac5241ada..18e2f741bb32 100644 --- a/games/puzzles/puzzles.info +++ b/games/puzzles/puzzles.info @@ -1,8 +1,8 @@ PRGNAM="puzzles" -VERSION="20221130.dbb2d2a" +VERSION="20230103.2537961" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20221130.dbb2d2a.tar.gz" -MD5SUM="6bd98b806e29a035feb08f0b542fa8f3" +DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20230103.2537961.tar.gz" +MD5SUM="9f6815e39aa44bb9c91269730117e937" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="halibut" |