python/python-twisted: Updated for version 14.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2014-10-03 08:39:54 +07:00 committed by Willy Sudiarto Raharjo
parent 6e008c70ce
commit 445719869e
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for python-twisted.
# Copyright 2009-2011 Marco Bonetti <sid77@slackware.it>
# Copyright 2012 Markus Reichelt, Aachen, DE
# Copyright 2012-2014 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
PRGNAM=python-twisted
SRCNAM=Twisted
VERSION=${VERSION:-13.2.0}
VERSION=${VERSION:-14.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-twisted"
VERSION="13.2.0"
VERSION="14.0.2"
HOMEPAGE="http://twistedmatrix.com/"
DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-13.2.0.tar.bz2"
MD5SUM="83fe6c0c911cc1602dbffb036be0ba79"
DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-14.0.2.tar.bz2"
MD5SUM="8379eb15601d6b7543a189594d3fed8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.interface"