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>
This commit is contained in:
B. Watson 2023-07-13 15:14:25 -04:00 committed by Willy Sudiarto Raharjo
parent c9a58f81b3
commit 5959489d07
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 4 deletions

View file

@ -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}

View file

@ -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"