summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kevin Bryant <sultmhoor+SB@gmail.com>2023-08-04 19:55:59 +0900
committer Andrew Clemons <andrew.clemons@gmail.com>2023-08-04 21:55:01 +0900
commitc5c9037d836245a9cd2c1390c18cefde0a09081e (patch)
tree86cf65b019247c750a507ec888bf72b7c3f0afb7
parent48f0e002003f82412eeafb0ebc78aa2dcd853b39 (diff)
downloadslackbuilds-c5c9037d836245a9cd2c1390c18cefde0a09081e.tar.gz
slackbuilds-c5c9037d836245a9cd2c1390c18cefde0a09081e.tar.xz
network/toot: Updated for version 0.38.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--network/toot/toot.SlackBuild4
-rw-r--r--network/toot/toot.info6
2 files changed, 6 insertions, 4 deletions
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"