diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-17 14:46:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:52 +0700 |
commit | bccf81a20e0bb6a0d25b53b784024ca310fd0604 (patch) | |
tree | 163990c129185e40379cd3f07c9126c505f2911a /games/retux | |
parent | 5ff4d6655414b98ea11cf6da9ea34fa57e25dee6 (diff) | |
download | slackbuilds-bccf81a20e0bb6a0d25b53b784024ca310fd0604.tar.gz |
games/retux: Updated for version 1.3.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/retux')
-rw-r--r-- | games/retux/retux.SlackBuild | 5 | ||||
-rw-r--r-- | games/retux/retux.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games/retux/retux.SlackBuild b/games/retux/retux.SlackBuild index c054362ecf..2b3eedfddc 100644 --- a/games/retux/retux.SlackBuild +++ b/games/retux/retux.SlackBuild @@ -11,8 +11,11 @@ # directory first, so any system-wide installs of six and sge-pygame # won't cause problems. +# 20180217 bkw: +# Updated for v1.3.5. Added new (undocumented!) pathlib dependency. + PRGNAM=retux -VERSION=${VERSION:-1.3.4} +VERSION=${VERSION:-1.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/retux/retux.info b/games/retux/retux.info index d02a98430f..01543620aa 100644 --- a/games/retux/retux.info +++ b/games/retux/retux.info @@ -1,10 +1,10 @@ PRGNAM="retux" -VERSION="1.3.4" +VERSION="1.3.5" HOMEPAGE="http://retux.nongnu.org/" -DOWNLOAD="http://download.savannah.gnu.org/releases/retux/1.3/retux-1.3.4-src.tar.gz" -MD5SUM="50bea2aa282e2bb04944388ea5d59941" +DOWNLOAD="http://download.savannah.gnu.org/releases/retux/1.3/retux-1.3.5-src.tar.gz" +MD5SUM="ec4793f81816c28806fbd818c99cf2e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="pathlib" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |