diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-10 18:21:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 18:21:45 +0200 |
commit | 6c1963d1e6f10955b26bff4373bbf2c81f73980c (patch) | |
tree | c242a2ea4907389fba67ab32750fb2e8b713d3e8 /lang | |
parent | 5ceefacdd7fdfa43ec5491e5ccf1a4a0be367199 (diff) | |
parent | 6bd2eaf415cc4302750aa8d498958e8714bb0488 (diff) |
Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19
python-ipaddress: update to 1.0.19
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-ipaddress/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-ipaddress/Makefile b/lang/python/python-ipaddress/Makefile index a78e2e8c8..d4fecf772 100644 --- a/lang/python/python-ipaddress/Makefile +++ b/lang/python/python-ipaddress/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2016 OpenWrt.org +# Copyright (C) 2015-2018 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipaddress -PKG_VERSION:=1.0.17 +PKG_VERSION:=1.0.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/bb/26/3b64955ff73f9e3155079b9ed31812afdfa5333b5c76387454d651ef593a -PKG_HASH:=3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 +PKG_SOURCE_URL:=https://pypi.python.org/packages/f0/ba/860a4a3e283456d6b7e2ab39ce5cf11a3490ee1a363652ac50abf9f0f5df +PKG_HASH:=200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81 PKG_LICENSE:=Python-2.0 PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com> |