summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/python3-tubes/python3-tubes.SlackBuild2
-rw-r--r--python/python3-tubes/python3-tubes.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tubes/python3-tubes.SlackBuild b/python/python3-tubes/python3-tubes.SlackBuild
index f3fd36b1cc..9cc2932892 100644
--- a/python/python3-tubes/python3-tubes.SlackBuild
+++ b/python/python3-tubes/python3-tubes.SlackBuild
@@ -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}
diff --git a/python/python3-tubes/python3-tubes.info b/python/python3-tubes/python3-tubes.info
index 6f5fc3e44b..5b3f858bda 100644
--- a/python/python3-tubes/python3-tubes.info
+++ b/python/python3-tubes/python3-tubes.info
@@ -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"