mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
c9a58f81b3
commit
5959489d07
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20230713 bkw: update for v1.6.2.
|
||||||
|
|
||||||
# 20211229 bkw:
|
# 20211229 bkw:
|
||||||
# - updated for v1.6.1.
|
# - updated for v1.6.1.
|
||||||
# - s/python/python3/.
|
# - s/python/python3/.
|
||||||
|
@ -21,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=retux
|
PRGNAM=retux
|
||||||
VERSION=${VERSION:-1.6.1}
|
VERSION=${VERSION:-1.6.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="retux"
|
PRGNAM="retux"
|
||||||
VERSION="1.6.1"
|
VERSION="1.6.2"
|
||||||
HOMEPAGE="https://retux-game.github.io/"
|
HOMEPAGE="https://retux-game.github.io/"
|
||||||
DOWNLOAD="https://github.com/retux-game/retux/releases/download/v1.6.1/retux-1.6.1-src.zip"
|
DOWNLOAD="https://github.com/retux-game/retux/releases/download/v1.6.2/retux-1.6.2-src.zip"
|
||||||
MD5SUM="f090763e685197265879dc737bf564ae"
|
MD5SUM="6211a051709a3adcdb1e004ca68db3ac"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-sge"
|
REQUIRES="python3-sge"
|
||||||
|
|
Loading…
Reference in a new issue