From 8ab91fe284da7b6e4de476c3e718c68c2da46a39 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 25 Jan 2021 13:16:47 +0100 Subject: [PATCH] libmaxminddb: update to version 1.5.0 Signed-off-by: Jan Pavlinec --- libs/libmaxminddb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmaxminddb/Makefile b/libs/libmaxminddb/Makefile index 89ae7e2b6..493061b73 100644 --- a/libs/libmaxminddb/Makefile +++ b/libs/libmaxminddb/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2020 CZ.NIC z.s.p.o. (http://www.nic.cz/) +# Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/) # # 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:=libmaxminddb -PKG_VERSION:=1.4.3 +PKG_VERSION:=1.5.0 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/maxmind/libmaxminddb/releases/download/$(PKG_VERSION)/ -PKG_HASH:=a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439 +PKG_HASH:=7c56e791ff2a655215e7ed3864b1ffdd7d34a38835779efed56a42f056bd58aa PKG_INSTALL:=1 PKG_FIXUP:=autoreconf