diff options
author | Kevin Bryant <sultmhoor+SB@gmail.com> | 2023-01-06 01:48:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:36 +0700 |
commit | c2690adc7f7739e1d30060eaa8e5797d94c51889 (patch) | |
tree | 735957abe2f4fe000614bec3646abc4abd68252e /network | |
parent | 62895839f765bf7804cab3c778f7f2f8bf98b1b0 (diff) |
network/toot: Updated for version 0.33.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/toot/toot.SlackBuild | 4 | ||||
-rw-r--r-- | network/toot/toot.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index 23bc82ac3808..b224acdef8fd 100644 --- a/network/toot/toot.SlackBuild +++ b/network/toot/toot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for toot -# Copyright 2022, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US +# Copyright 2022-2023, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=toot -VERSION=${VERSION:-0.32.1} +VERSION=${VERSION:-0.33.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/toot/toot.info b/network/toot/toot.info index 0446fdeedcd2..8d7ff2695e1f 100644 --- a/network/toot/toot.info +++ b/network/toot/toot.info @@ -1,8 +1,8 @@ PRGNAM="toot" -VERSION="0.32.1" +VERSION="0.33.1" HOMEPAGE="https://github.com/ihabunek/toot" -DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.32.1/toot-0.32.1.tar.gz" -MD5SUM="1755ad08df7b60c472a3ee20f6a1063e" +DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.33.1/toot-0.33.1.tar.gz" +MD5SUM="c559d0f891de513d5ca6cf2149ad0f36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid" |