mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python2-twisted: reverted to version 17.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
923481b388
commit
b1feb037ef
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python2-twisted
|
||||
SRCNAM=Twisted
|
||||
VERSION=${VERSION:-20.3.0}
|
||||
VERSION=${VERSION:-17.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python2-twisted"
|
||||
VERSION="20.3.0"
|
||||
VERSION="17.9.0"
|
||||
HOMEPAGE="https://twistedmatrix.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-20.3.0.tar.bz2"
|
||||
MD5SUM="fc16d575730db7d0cddd09fc35af3eea"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-17.9.0.tar.bz2"
|
||||
MD5SUM="6dbedb918f0c7288a4c670f59393ecf8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zope.interface constantly incremental python2-automat hyperlink"
|
||||
|
|
Loading…
Reference in a new issue