mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/six: Updated for version 1.12.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
2f4b88779c
commit
c5ce607673
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for six
|
||||
|
||||
# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=six
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="six"
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.12.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/six/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"
|
||||
MD5SUM="d12789f9baf7e9fb2524c0c64f1773f8"
|
||||
DOWNLOAD="https://pypi.io/packages/source/s/six/six-1.12.0.tar.gz"
|
||||
MD5SUM="9ae5d1feed8c0215f4ae4adcd9207fcb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue