diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-19 01:02:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-19 09:20:11 +0700 |
commit | b1feb037ef7a6d7924cf0e9fde7e72cc59bafaf2 (patch) | |
tree | e9e3973b204f7270bcc9d0debd377d6029951143 /python/python2-twisted/python2-twisted.SlackBuild | |
parent | 923481b388a821b52cd3289a8825e0644513bfcf (diff) |
python/python2-twisted: reverted to version 17.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-twisted/python2-twisted.SlackBuild')
-rw-r--r-- | python/python2-twisted/python2-twisted.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-twisted/python2-twisted.SlackBuild b/python/python2-twisted/python2-twisted.SlackBuild index e77d57f0589f6..63142c3d9c6fb 100644 --- a/python/python2-twisted/python2-twisted.SlackBuild +++ b/python/python2-twisted/python2-twisted.SlackBuild @@ -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} |