mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-tubes: updated for version 0.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
017fee07be
commit
f1a7ba3c85
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue