mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pip: Updated for version 1.5.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3b0edb4e9c
commit
86224a494d
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pip
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pip"
|
||||
VERSION="1.5.2"
|
||||
VERSION="1.5.4"
|
||||
HOMEPAGE="http://www.pip-installer.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz"
|
||||
MD5SUM="5da30919f732d68b1c666e484e7676f5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz"
|
||||
MD5SUM="834b2904f92d46aaa333267fb1c922bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue