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 | |
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')
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 3 | ||||
-rw-r--r-- | system/reptyr/reptyr.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index 79a6a7a78bbbe..05f3485c23a5d 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} diff --git a/system/reptyr/reptyr.info b/system/reptyr/reptyr.info index 3e306dd625026..e7bf4b555978b 100644 --- a/system/reptyr/reptyr.info +++ b/system/reptyr/reptyr.info @@ -1,8 +1,8 @@ PRGNAM="reptyr" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://github.com/nelhage/reptyr" -DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.8.0/reptyr-reptyr-0.8.0.tar.gz" -MD5SUM="f682c73ebf2f0fc2fa577e84ba991e97" +DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.9.0/reptyr-reptyr-0.9.0.tar.gz" +MD5SUM="1d7c580fa048fd55fb3a2ecc4760a39d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |