Skip to content

Commit 6ddadf3

Browse files
committed
bump libmaxminddb
1 parent 292ed12 commit 6ddadf3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Latest changes
7474
* Iptables 1.4.11.1/1.4.21/1.6.2/1.8.12
7575

7676
- Libraries:
77+
* libmaxminddb 1.13.2
7778
* neon 0.30.2/0.37.0
7879

7980
- Firmware updates:
@@ -454,7 +455,7 @@ Latest changes
454455
* libdeflate 1.23
455456
* libexif 0.6.25
456457
* libffi 3.4.7
457-
* libmaxminddb-1.12.2
458+
* libmaxminddb 1.12.2
458459
* libnettle 3.10.1
459460
* libpng 1.6.46
460461
* libssh2 1.11.1

make/libs/libmaxminddb/libmaxminddb.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$(call PKG_INIT_LIB, 1.12.2)
1+
$(call PKG_INIT_LIB, 1.13.2)
22
$(PKG)_SHLIB_VERSION:=0.0.7
33
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
4-
$(PKG)_HASH:=1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743
4+
$(PKG)_HASH:=2c7aac2f1d97eb8127ae58710731c232648e1f02244c49b36f9b64e5facebf90
55
$(PKG)_SITE:=https://github.com/maxmind/libmaxminddb/releases/download/$($(PKG)_VERSION)
66
### WEBSITE:=https://maxmind.github.io/libmaxminddb/
77
### CHANGES:=https://github.com/maxmind/libmaxminddb/releases

0 commit comments

Comments
 (0)