From 36e28784448bed9f621fc6e639808619ef0b80eb Mon Sep 17 00:00:00 2001 From: Kevin Bryant Date: Fri, 4 Aug 2023 19:55:59 +0900 Subject: network/toot: Updated for version 0.38.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/toot/toot.SlackBuild | 4 +++- network/toot/toot.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'network') diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index f5ebd5f2fc..3c21ba10c4 100644 --- a/network/toot/toot.SlackBuild +++ b/network/toot/toot.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=toot -VERSION=${VERSION:-0.36.0} +VERSION=${VERSION:-0.38.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,6 +70,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +rmdir --ignore-fail-on-non-empty $PKG/usr/man + # Also, include the SlackBuild script in the documentation directory mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION # cp -a \ diff --git a/network/toot/toot.info b/network/toot/toot.info index 452f502f75..bc650e9279 100644 --- a/network/toot/toot.info +++ b/network/toot/toot.info @@ -1,8 +1,8 @@ PRGNAM="toot" -VERSION="0.36.0" +VERSION="0.38.1" HOMEPAGE="https://github.com/ihabunek/toot" -DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.36.0/toot-0.36.0.tar.gz" -MD5SUM="9426b1ba85461e5b9bfbfb467d75f922" +DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.38.1/toot-0.38.1.tar.gz" +MD5SUM="82705bdaa72ca2de53f583d50bf7dbe6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid" -- cgit v1.2.3