lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 142562b46e032323a2e1ae8d6f1ce8838b3058b1
parent a3a90b8bcec4cc28cd518cd6dce34160820932fa
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 22 Mar 2016 14:01:56 +0200

Merge pull request #2538 from jefferyto/python-ipaddress-1.0.16

python-ipaddress: update to 1.0.16
Diffstat:
Mlang/python-ipaddress/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python-ipaddress/Makefile b/lang/python-ipaddress/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2016 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.15 +PKG_VERSION:=1.0.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/ipaddress -PKG_MD5SUM:=12915e923b738107e47827478d553ba1 +PKG_MD5SUM:=1e27b62aa20f5b6fc200b2bdbf0d0847 PKG_BUILD_DEPENDS:=python python-setuptools