From: Rosen Penev Date: Sat, 18 Aug 2018 06:20:08 +0000 (-0700) Subject: python-urllib3: Update to 1.23 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F6785%2Fhead;p=feed%2Fpackages.git python-urllib3: Update to 1.23 Use a better URL. Signed-off-by: Rosen Penev --- diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index e014fca099..3b330498a5 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-urllib3 -PKG_VERSION:=1.22 +PKG_VERSION:=1.23 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=urllib3-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/urllib3-$(PKG_VERSION)/ -PKG_SOURCE_URL:=https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/ -PKG_HASH:=cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f +PKG_SOURCE_URL:=https://pypi.io/packages/source/u/urllib3 +PKG_HASH:=a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf include $(INCLUDE_DIR)/package.mk include ../python-package.mk