mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/twine: Updated for version 1.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cd1b83d3fe
commit
4bf9eea3c7
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for twine
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=twine
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="twine"
|
||||
VERSION="1.9.1"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://github.com/pypa/twine"
|
||||
DOWNLOAD="https://pypi.python.org/packages/7e/b4/ecc6aaf0eb287c6577e796bcc3089ce6286d273d5caa70655050cc3462f9/twine-1.9.1.tar.gz"
|
||||
MD5SUM="de122855ee8dbd3ad29b1fddb839bf73"
|
||||
DOWNLOAD="https://pypi.python.org/packages/0d/4d/2a00a51fccbd51150d60c67525826888c1db0ff930cc9ef0ed63b6bdbcb0/twine-1.10.0.tar.gz"
|
||||
MD5SUM="1247ae923bd0d489b32947e4a4aaf449"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tqdm pkginfo requests-toolbelt"
|
||||
|
|
Loading…
Reference in a new issue