diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-03 02:38:55 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:32 +0700 |
commit | 08068ae7e9d0aeb714018aade77f8bd1fc4e688a (patch) | |
tree | df7dcf966b383882d0a4080dab32b7e34e1c7979 /system/reptyr/reptyr.SlackBuild | |
parent | c2399e4a311d0701940b1c588d361b2dcb9c9f3b (diff) |
system/reptyr: Updated for version 0.8.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 041f6e2525b80..532699761d230 100644 --- a/system/reptyr/reptyr.SlackBuild +++ b/system/reptyr/reptyr.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201103 bkw: updated for v0.8.0 # 20191128 bkw: updated for v0.7.0 # 20170621 bkw: get rid of -Werror (-current needs this) # 20170302 bkw: use long-format github URL # 20150505 bkw: updated for v0.6.2 PRGNAM=reptyr -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |