mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pip: Updated for version 1.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f08374afb9
commit
0d2d1571ab
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue