diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-08-25 21:27:16 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:29:20 +0100 |
commit | 2c0541d36887c5f1c4f3217c2c4b1e16492c9175 (patch) | |
tree | 5f5d8da2a90e4c25b7b276f76a7bd77be8b1627f /python/pip | |
parent | 9c16bb89364d49afa6f179b6cc515414823acb4f (diff) | |
download | slackbuilds-2c0541d36887c5f1c4f3217c2c4b1e16492c9175.tar.gz |
python/pip: Updated for version 8.1.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pip')
-rw-r--r-- | python/pip/pip.SlackBuild | 6 | ||||
-rw-r--r-- | python/pip/pip.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index d6fe0f6713..ed4e06c735 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip -# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-7.1.2} +VERSION=${VERSION:-8.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/python/pip/pip.info b/python/pip/pip.info index 23d41c8605..7b7544de4c 100644 --- a/python/pip/pip.info +++ b/python/pip/pip.info @@ -1,8 +1,8 @@ PRGNAM="pip" -VERSION="7.1.2" +VERSION="8.1.2" HOMEPAGE="https://pip.pypa.io/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz" -MD5SUM="3823d2343d9f3aaab21cf9c917710196" +DOWNLOAD="https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz" +MD5SUM="87083c0b9867963b29f7aba3613e8f4a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |