diff options
author | Kevin Bryant <sultmhoor+SB@gmail.com> | 2023-02-07 20:47:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:34 +0700 |
commit | 67c80c12095fe73986852399e76ee0889978c7a7 (patch) | |
tree | 11c3d5f56ba1b58bf1175323992f5925359bde45 | |
parent | e99b57e7f89d4a1449edb2a18660ce200383a4e5 (diff) |
network/toot: Updated for version 0.34.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/toot/toot.SlackBuild | 2 | ||||
-rw-r--r-- | network/toot/toot.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index b224acdef8fd7..b6941c273018c 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.33.1} +VERSION=${VERSION:-0.34.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/toot/toot.info b/network/toot/toot.info index 8d7ff2695e1ff..9edd4995a615b 100644 --- a/network/toot/toot.info +++ b/network/toot/toot.info @@ -1,8 +1,8 @@ PRGNAM="toot" -VERSION="0.33.1" +VERSION="0.34.0" HOMEPAGE="https://github.com/ihabunek/toot" -DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.33.1/toot-0.33.1.tar.gz" -MD5SUM="c559d0f891de513d5ca6cf2149ad0f36" +DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.34.0/toot-0.34.0.tar.gz" +MD5SUM="25b1c760ec1cef379350a15a285417c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid" |