diff options
-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 b8c2ed3a58..1cb38ee199 100644 --- a/games/puzzles/puzzles.SlackBuild +++ b/games/puzzles/puzzles.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for puzzles -# Copyright 2022 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2022-2023 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:-20230103.2537961} +VERSION=${VERSION:-20230216.232cbaf} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/puzzles/puzzles.info b/games/puzzles/puzzles.info index 18e2f741bb..dc52e6ef49 100644 --- a/games/puzzles/puzzles.info +++ b/games/puzzles/puzzles.info @@ -1,8 +1,8 @@ PRGNAM="puzzles" -VERSION="20230103.2537961" +VERSION="20230216.232cbaf" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20230103.2537961.tar.gz" -MD5SUM="9f6815e39aa44bb9c91269730117e937" +DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/puzzles/puzzles-20230216.232cbaf.tar.gz" +MD5SUM="a378198c49f07abc58eed506fc47a827" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="halibut" |