summaryrefslogtreecommitdiffstats
path: root/games/retux
diff options
context:
space:
mode:
author B. Watson2023-07-13 21:14:25 +0200
committer Willy Sudiarto Raharjo2023-07-15 12:30:15 +0200
commit5959489d0771b885661a06fbe23914aeec1f20c7 (patch)
treec389690aef949a409a65d518604c4af4772f59e5 /games/retux
parentc9a58f81b37dcb1366b5cda00665a2b0ef80c9f4 (diff)
downloadslackbuilds-5959489d0771b885661a06fbe23914aeec1f20c7.tar.gz
games/retux: Updated for version 1.6.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/retux')
-rw-r--r--games/retux/retux.SlackBuild4
-rw-r--r--games/retux/retux.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/games/retux/retux.SlackBuild b/games/retux/retux.SlackBuild
index ab8d97a29e..f6da7d4892 100644
--- a/games/retux/retux.SlackBuild
+++ b/games/retux/retux.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230713 bkw: update for v1.6.2.
+
# 20211229 bkw:
# - updated for v1.6.1.
# - s/python/python3/.
@@ -21,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=retux
-VERSION=${VERSION:-1.6.1}
+VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/games/retux/retux.info b/games/retux/retux.info
index c5542c710c..11cc0acca5 100644
--- a/games/retux/retux.info
+++ b/games/retux/retux.info
@@ -1,8 +1,8 @@
PRGNAM="retux"
-VERSION="1.6.1"
+VERSION="1.6.2"
HOMEPAGE="https://retux-game.github.io/"
-DOWNLOAD="https://github.com/retux-game/retux/releases/download/v1.6.1/retux-1.6.1-src.zip"
-MD5SUM="f090763e685197265879dc737bf564ae"
+DOWNLOAD="https://github.com/retux-game/retux/releases/download/v1.6.2/retux-1.6.2-src.zip"
+MD5SUM="6211a051709a3adcdb1e004ca68db3ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-sge"