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>
This commit is contained in:
parent
e1750d7476
commit
5a877407ec
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue