From 1ccf2377fc12329693067ce44b6866a37f8f1375 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 1 Oct 2019 00:38:42 +0200 Subject: [PATCH] python3-maxminddb: Update to version 1.5.1 Signed-off-by: Josef Schlehofer --- lang/python/python3-maxminddb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python3-maxminddb/Makefile b/lang/python/python3-maxminddb/Makefile index 00d3340e2..25315b9f6 100644 --- a/lang/python/python3-maxminddb/Makefile +++ b/lang/python/python3-maxminddb/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=maxminddb -PKG_VERSION:=1.4.1 +PKG_VERSION:=1.5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/m/maxminddb/ -PKG_HASH:=df1451bcd848199905ac0de4631b3d02d6a655ad28ba5e5a4ca29a23358db712 +PKG_HASH:=449a1713d37320d777d0db286286ab22890f0a176492ecf3ad8d9319108f2f79 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=Apache-2.0