mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/toot: Updated for version 0.36.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
892b7c4d40
commit
93ba688e3c
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue