diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-11-05 16:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 16:29:45 +0100 |
commit | e012b494c2430b2fa2d7680ef74c27289fadc44c (patch) | |
tree | 5e916d407a7e0cc47dd4bf06d35aadb6f216d3fd /lang | |
parent | 3d0cf25d8ab049413d63bc0ce4e62a38c638b0aa (diff) | |
parent | 0e9a6afecd44ac6235356984eae2c0941eca001d (diff) |
Merge pull request #13838 from BKPepe/urllib3-update
python-urllib3: update to version 1.25.11
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-urllib3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index 8544322ed..8812c0e43 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-urllib3 -PKG_VERSION:=1.25.10 +PKG_VERSION:=1.25.11 PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE.txt PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3 PYPI_NAME:=urllib3 -PKG_HASH:=91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a +PKG_HASH:=8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |