From: Rosen Penev Date: Wed, 14 Nov 2018 17:54:29 +0000 (-0800) Subject: python-urllib3: Update to 1.24..1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=94fe63339e75ccaf5dc754ac308ef7473a8aebf1;p=openwrt-packages.git python-urllib3: Update to 1.24..1 Signed-off-by: Rosen Penev --- diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index c76fc3c9d..0978c9271 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-urllib3 -PKG_VERSION:=1.24 +PKG_VERSION:=1.24.1 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=urllib3-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/u/urllib3 -PKG_HASH:=41c3db2fc01e5b907288010dec72f9d0a74e37d6994e6eb56849f59fea2265ae +PKG_HASH:=de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22 PKG_BUILD_DIR:=$(BUILD_DIR)/urllib3-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk