From: Alexandru Ardelean Date: Thu, 14 Apr 2016 14:01:25 +0000 (+0300) Subject: python3-pip: bump to version 8.1.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F2602%2Fhead;p=feed%2Fpackages.git python3-pip: bump to version 8.1.1 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python3-pip/Makefile b/lang/python3-pip/Makefile index 08b2651421..d5a50302d9 100644 --- a/lang/python3-pip/Makefile +++ b/lang/python3-pip/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-pip -PKG_VERSION:=8.1.0 +PKG_VERSION:=8.1.1 PKG_RELEASE:=1 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/ -PKG_MD5SUM:=e9c3844db343f47d16040b32ad9072be +PKG_MD5SUM:=6b86f11841e89c8241d689956ba99ed7 PKG_LICENSE:=MIT