diff options
author | Kevin Bryant <sultmhoor+SB@gmail.com> | 2023-08-04 19:55:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:51 +0700 |
commit | 36e28784448bed9f621fc6e639808619ef0b80eb (patch) | |
tree | ce29138c34a582d27b6dc827b562cc7aa9087538 /network/toot | |
parent | 839957e55177f036ec085539fba8abc6e4451f3b (diff) |
network/toot: Updated for version 0.38.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/toot')
-rw-r--r-- | network/toot/toot.SlackBuild | 4 | ||||
-rw-r--r-- | network/toot/toot.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index f5ebd5f2fca5..3c21ba10c465 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 452f502f75b2..bc650e927968 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" |