aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-10-23 09:19:43 +0200
committerGitHub <noreply@github.com>2018-10-23 09:19:43 +0200
commit0d8f8c1761bef981de64a291793e84ab85c247af (patch)
treeac439a7f0d1438d9f94607ef4edb5cf4b525044b /lang
parent612934fd3a27e1f96ae17127bf28672578cb51ed (diff)
parentebfc6b1d44cc5b238d70c7b23259b4d5c03322fd (diff)
Merge pull request #7237 from neheb/patch-35
python-urllib3: Update to 1.24
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-urllib3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile
index 3b330498a..c76fc3c9d 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.23
+PKG_VERSION:=1.24
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.io/packages/source/u/urllib3
-PKG_HASH:=a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf
+PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/u/urllib3
+PKG_HASH:=41c3db2fc01e5b907288010dec72f9d0a74e37d6994e6eb56849f59fea2265ae
+PKG_BUILD_DIR:=$(BUILD_DIR)/urllib3-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk