diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-28 15:13:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:52 +0700 |
commit | 50ff8ef239c265ab73f5f56c33cdd57c3b068a51 (patch) | |
tree | bfe8de0080b21dcf0a486aab0ec1f497ec277902 /system/reptyr/reptyr.SlackBuild | |
parent | dbe73d543bcd2f653464bb4b3ed0b61a110b4b40 (diff) |
system/reptyr: Updated for version 0.9.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/reptyr/reptyr.SlackBuild')
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index 79a6a7a78b..05f3485c23 100644 --- a/system/reptyr/reptyr.SlackBuild +++ b/system/reptyr/reptyr.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20221228 bkw: updated for v0.9.0 # 20201103 bkw: updated for v0.8.0 # 20191128 bkw: updated for v0.7.0 # 20170621 bkw: get rid of -Werror (-current needs this) @@ -15,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=reptyr -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |