diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/retux/retux.SlackBuild | 4 | ||||
-rw-r--r-- | games/retux/retux.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/retux/retux.SlackBuild b/games/retux/retux.SlackBuild index ab8d97a29ea91..f6da7d4892a40 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 c5542c710cbd6..11cc0acca5c73 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" |