diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:59:11 +0200 | 
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:59:11 +0200 | 
| commit | 80fb71fe1f7ecb143a4cde74ebfb1ca3a5506af3 (patch) | |
| tree | 430d3261f03a0a058f50206b9ba25d0bdb7e9669 | |
| parent | 9b2ea9c42a18fec9eb249df1b71c4661b068877b (diff) | |
| download | openwrt-personal-pkgs-80fb71fe1f7ecb143a4cde74ebfb1ca3a5506af3.tar.gz openwrt-personal-pkgs-80fb71fe1f7ecb143a4cde74ebfb1ca3a5506af3.tar.bz2 openwrt-personal-pkgs-80fb71fe1f7ecb143a4cde74ebfb1ca3a5506af3.zip | |
python3-urllib3: fix version
| -rw-r--r-- | python3-urllib3/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python3-urllib3/Makefile b/python3-urllib3/Makefile index 17057b0..a322299 100644 --- a/python3-urllib3/Makefile +++ b/python3-urllib3/Makefile @@ -1,7 +1,7 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=python3-urllib3 -PKG_VERSION:=3.0.4 +PKG_VERSION:=1.23  PKG_RELEASE:=1  PKG_SOURCE_URL:=https://pypi.python.org/packages/source/u/urllib3/ | 
