Browse Source

python-pip: upgrade to version 7.1.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 9 years ago
parent
commit
f284307a1f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/python-pip/Makefile

+ 2
- 2
lang/python-pip/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=python-pip
10
 PKG_NAME:=python-pip
11
-PKG_VERSION:=1.5.6
11
+PKG_VERSION:=7.1.0
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/
15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/
16
-PKG_MD5SUM:=01026f87978932060cc86c1dc527903e
16
+PKG_MD5SUM:=d935ee9146074b1d3f26c5f0acfd120e
17
 
17
 
18
 PKG_BUILD_DIR:=$(BUILD_DIR)/pip-$(PKG_VERSION)
18
 PKG_BUILD_DIR:=$(BUILD_DIR)/pip-$(PKG_VERSION)
19
 PKG_USE_MIPS16:=0
19
 PKG_USE_MIPS16:=0