From: Alexandru Ardelean Date: Wed, 9 Mar 2016 15:45:13 +0000 (+0200) Subject: python3-pip: upgrade to version 8.1.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7eb62fd6aa3c09cd2b142740b1032e3e12e31a63;p=openwrt-packages.git python3-pip: upgrade to version 8.1.0 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python3-pip/Makefile b/lang/python3-pip/Makefile index 238352062..08b265142 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:=7.1.2 +PKG_VERSION:=8.1.0 PKG_RELEASE:=1 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/ -PKG_MD5SUM:=3823d2343d9f3aaab21cf9c917710196 +PKG_MD5SUM:=e9c3844db343f47d16040b32ad9072be PKG_LICENSE:=MIT