summaryrefslogtreecommitdiffstats
path: root/python/pip
diff options
context:
space:
mode:
author Audrius Kažukauskas2013-05-19 15:12:39 +0200
committer dsomero2013-05-19 15:12:39 +0200
commit0d2d1571abfa4e1bef9a42e0509e514ccd06a1a5 (patch)
tree795202f7e066f8bf4631dc64d1e4d130af294522 /python/pip
parentf08374afb97c459321e0495b902f87dc4faea201 (diff)
downloadslackbuilds-0d2d1571abfa4e1bef9a42e0509e514ccd06a1a5.tar.gz
python/pip: Updated for version 1.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/pip')
-rw-r--r--python/pip/pip.SlackBuild4
-rw-r--r--python/pip/pip.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild
index fd82982b62..3c201a2630 100644
--- a/python/pip/pip.SlackBuild
+++ b/python/pip/pip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pip
-# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
# 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=pip
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pip/pip.info b/python/pip/pip.info
index 26342a63fb..39d34fdef5 100644
--- a/python/pip/pip.info
+++ b/python/pip/pip.info
@@ -1,8 +1,8 @@
PRGNAM="pip"
-VERSION="1.2.1"
+VERSION="1.3.1"
HOMEPAGE="http://www.pip-installer.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz"
-MD5SUM="db8a6d8a4564d3dc7f337ebed67b1a85"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz"
+MD5SUM="cbb27a191cebc58997c4da8513863153"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="distribute"