network/toot: Updated for version 0.36.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kevin Bryant 2023-03-11 21:46:54 +07:00 committed by Willy Sudiarto Raharjo
parent 892b7c4d40
commit 93ba688e3c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=toot
VERSION=${VERSION:-0.34.0}
VERSION=${VERSION:-0.36.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="toot"
VERSION="0.34.0"
VERSION="0.36.0"
HOMEPAGE="https://github.com/ihabunek/toot"
DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.34.0/toot-0.34.0.tar.gz"
MD5SUM="25b1c760ec1cef379350a15a285417c0"
DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.36.0/toot-0.36.0.tar.gz"
MD5SUM="9426b1ba85461e5b9bfbfb467d75f922"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid"