python/python3-tubes: updated for version 0.2.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-09-14 11:41:53 +02:00 committed by Willy Sudiarto Raharjo
parent 017fee07be
commit f1a7ba3c85
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=python3-tubes
SRCNAM=Tubes
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-tubes"
VERSION="0.2.0"
VERSION="0.2.1"
HOMEPAGE="https://github.com/twisted/tubes/"
DOWNLOAD="https://pypi.python.org/packages/source/T/Tubes/Tubes-0.2.0.tar.gz"
MD5SUM="d3559907b788b00255e27c58b817abed"
DOWNLOAD="https://pypi.python.org/packages/source/T/Tubes/Tubes-0.2.1.tar.gz"
MD5SUM="206e68202c4048ec61a245e8ce65fba2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-characteristic"