python/python-twisted: Updated for version 15.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2015-03-12 22:45:25 +07:00 committed by Willy Sudiarto Raharjo
parent f736084d71
commit b4bc022591
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-2014 Markus Reichelt, Aachen, DE
# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld), 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:-14.0.2}
VERSION=${VERSION:-15.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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