mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/twine: Updated for version 1.9.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cdc068e9bf
commit
a047ca4325
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=twine
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="twine"
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.9.1"
|
||||
HOMEPAGE="https://github.com/pypa/twine"
|
||||
DOWNLOAD="https://pypi.python.org/packages/af/b3/5822d71652dd941adf339ea425b42f3aa6262cfcc3655d7a4c908d99d87a/twine-1.9.0.tar.gz"
|
||||
MD5SUM="541e51a44492eb87c5728caba5c35a7e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/7e/b4/ecc6aaf0eb287c6577e796bcc3089ce6286d273d5caa70655050cc3462f9/twine-1.9.1.tar.gz"
|
||||
MD5SUM="de122855ee8dbd3ad29b1fddb839bf73"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="clint pkginfo requests-toolbelt"
|
||||
REQUIRES="tqdm pkginfo requests-toolbelt"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue