mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
python/python-txaio: Updated for version 2.8.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ea06247c46
commit
c4957a9568
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-txaio
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-txaio"
|
||||
VERSION="2.7.1"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/txaio"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a5/97/3fe0c5674e1eb8eb850a885df8df193ba83ba0eda6c5eb6c33ac49730bb9/txaio-2.7.1.tar.gz"
|
||||
MD5SUM="11a5960d8f5e5b6d1da0b3bc5e8165ec"
|
||||
DOWNLOAD="https://pypi.python.org/packages/03/86/2cb7ae81209cc3fc64f68a31d70c20ab4771b520d7e13a5219b1f5e16ee1/txaio-2.8.0.tar.gz"
|
||||
MD5SUM="643ac20b895b878786cd6a46790367d0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six python-twisted"
|
||||
|
|
Loading…
Reference in a new issue