Browse Source

libmaxminddb: update to version 1.5.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 3 years ago
parent
commit
8ab91fe284
No known key found for this signature in database GPG Key ID: 60244CCEFB39E584
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/libmaxminddb/Makefile

+ 3
- 3
libs/libmaxminddb/Makefile View File

@ -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


Loading…
Cancel
Save