From d97f776050e3d7c625cf4b1b9524240f2e21b981 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 21 Oct 2019 05:44:55 +0800 Subject: [PATCH] python-ipaddress: Update to 1.0.23 Signed-off-by: Jeffery To (cherry picked from 21858952976aad8ad92cbe76351c5535c39a3f2f) --- lang/python/python-ipaddress/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-ipaddress/Makefile b/lang/python/python-ipaddress/Makefile index ad9d9ce103..d78a35bc6d 100644 --- a/lang/python/python-ipaddress/Makefile +++ b/lang/python/python-ipaddress/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ipaddress -PKG_VERSION:=1.0.22 +PKG_VERSION:=1.0.23 PKG_RELEASE:=1 PKG_SOURCE:=ipaddress-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/i/ipaddress -PKG_HASH:=b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c +PKG_HASH:=b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-ipaddress-$(PKG_VERSION) -- 2.30.2