Browse Source

python-pip: bump to version 8.1.1

Seems it's some Unicode fix that required a small release.
https://pip.pypa.io/en/stable/news/

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 9 years ago
parent
commit
7289a98f4b
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,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=python-pip
11
-PKG_VERSION:=8.1.0
11
+PKG_VERSION:=8.1.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/
16
-PKG_MD5SUM:=e9c3844db343f47d16040b32ad9072be
16
+PKG_MD5SUM:=6b86f11841e89c8241d689956ba99ed7
17 17
 
18 18
 PKG_BUILD_DIR:=$(BUILD_DIR)/pip-$(PKG_VERSION)
19 19
 PKG_USE_MIPS16:=0