diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-11 02:16:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:13 +0700 |
commit | ec1d154d9e9a5ccfad04d0168563d682feb5125e (patch) | |
tree | dd1267ce4cc0879be553182f15d006167f28af35 | |
parent | 0a70a54f84834d61150f3fbf61350f56f67072cf (diff) |
system/reptyr: Updated for version 0.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 5 | ||||
-rw-r--r-- | system/reptyr/reptyr.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index 05f3485c23a5..63dc56659ae4 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. +# 20230711 bkw: updated for v0.10.0 # 20221228 bkw: updated for v0.9.0 # 20201103 bkw: updated for v0.8.0 # 20191128 bkw: updated for v0.7.0 @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=reptyr -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,7 +69,7 @@ make PREFIX=/usr CFLAGS="$SLKCFLAGS" strip $PRGNAM make install PREFIX=/usr DESTDIR=$PKG -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING ChangeLog NOTES README.md $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/reptyr/reptyr.info b/system/reptyr/reptyr.info index e7bf4b555978..982e0ffab3cb 100644 --- a/system/reptyr/reptyr.info +++ b/system/reptyr/reptyr.info @@ -1,8 +1,8 @@ PRGNAM="reptyr" -VERSION="0.9.0" +VERSION="0.10.0" HOMEPAGE="https://github.com/nelhage/reptyr" -DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.9.0/reptyr-reptyr-0.9.0.tar.gz" -MD5SUM="1d7c580fa048fd55fb3a2ecc4760a39d" +DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.10.0/reptyr-reptyr-0.10.0.tar.gz" +MD5SUM="6418ef71c4352350edbf3274330896ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |