python/txtorcon: Updated for version 0.18.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2017-03-08 19:51:13 +00:00 committed by David Spencer
parent 440ce93ed3
commit b282326471
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for txtorcon
#
# Copyright 2016 Markus Reichelt, Aachen, DE
# Copyright 2016-2017 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=txtorcon
VERSION=${VERSION:-0.17.0}
VERSION=${VERSION:-0.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="txtorcon"
VERSION="0.17.0"
VERSION="0.18.0"
HOMEPAGE="https://pypi.python.org/pypi/txtorcon"
DOWNLOAD="https://pypi.python.org/packages/42/fc/de34ee8bc9620498272cba765e8b8eeabffcc346aa83f8d0d441616d5dd6/txtorcon-0.17.0.tar.gz"
MD5SUM="cf6aa355002f641f7533de4403cacea9"
DOWNLOAD="https://pypi.python.org/packages/03/23/4453ab8728c84963cf293d5180b9f529bb10bf8285031c4681e2621b175f/txtorcon-0.18.0.tar.gz"
MD5SUM="a819b4a921a89e234f2d037406dce101"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipaddress zope.interface txsocksx GeoIP-Python"
REQUIRES="zope.interface ipaddress GeoIP-Python txsocksx"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"