python/python-twisted: Updated for version 14.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6e008c70ce
commit
445719869e
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue