From ec1d154d9e9a5ccfad04d0168563d682feb5125e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 11 Jul 2023 02:16:17 -0400 Subject: [PATCH] system/reptyr: Updated for version 0.10.0. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/reptyr/reptyr.SlackBuild | 5 +++-- 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 05f3485c23..63dc56659a 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 e7bf4b5559..982e0ffab3 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=""