mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
6b4148adea
commit
bf882e0a63
3 changed files with 5 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue