diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-13 15:14:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:15 +0700 |
commit | 5959489d0771b885661a06fbe23914aeec1f20c7 (patch) | |
tree | c389690aef949a409a65d518604c4af4772f59e5 /games/retux/retux.SlackBuild | |
parent | c9a58f81b37dcb1366b5cda00665a2b0ef80c9f4 (diff) |
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/retux.SlackBuild')
-rw-r--r-- | games/retux/retux.SlackBuild | 4 |
1 files changed, 3 insertions, 1 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} |