aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-13 04:22:18 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-17 18:14:17 +0700
commit9c3744219414e6b1f37d2ea5d3e1d9abebea02e5 (patch)
tree53b88ed02a5ffb45caf4527a850ec7c75eeb55ba
parent487a51a104c8ac7d77a97a2b1174f34679400607 (diff)
games/golly: Updated for version 4.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/golly/golly.SlackBuild5
-rw-r--r--games/golly/golly.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/games/golly/golly.SlackBuild b/games/golly/golly.SlackBuild
index 431f32c00507c..2c09374e886d4 100644
--- a/games/golly/golly.SlackBuild
+++ b/games/golly/golly.SlackBuild
@@ -24,6 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated for golly 2.6 -- the source directory structure got changed a bit too!
+# 20240813 bkw: update for v4.3.
# 20230822 bkw: update for v4.2. note that REQUIRES changed to wxWidgets, as
# this version needs wxWidgets-3.1 or greater.
# 20211118 bkw: BUILD=2, new-style icons, tweak .desktop file.
@@ -41,7 +42,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=golly
-VERSION=${VERSION:-4.2}
+VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,7 +96,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
WXDEF="$( /bin/ls /usr/lib$LIBDIRSUFFIX/wx/config/gtk*unicode*3.2 | head -1 )"
WXCONF="${WXCONF:-$WXDEF}"
if [ -z "$WXCONF" ]; then
- echo "Can't find wxGTK3-3.0.x, install wxWidgets or set WXCONF in environment." 1>&2
+ echo "Can't find wxGTK3-3.2.x, install wxWidgets or set WXCONF in environment." 1>&2
exit 1
fi
diff --git a/games/golly/golly.info b/games/golly/golly.info
index 38a14b032d8e7..5055175069a59 100644
--- a/games/golly/golly.info
+++ b/games/golly/golly.info
@@ -1,8 +1,8 @@
PRGNAM="golly"
-VERSION="4.2"
+VERSION="4.3"
HOMEPAGE="http://golly.sourceforge.net/"
-DOWNLOAD="http://sourceforge.net/projects/golly/files/golly/golly-4.2/golly-4.2-src.tar.gz"
-MD5SUM="bb8d61dc6302df517d216310ba29780f"
+DOWNLOAD="http://sourceforge.net/projects/golly/files/golly/golly-4.3/golly-4.3-src.tar.gz"
+MD5SUM="74710a26ade6adeaa38865902573a20b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxWidgets"