* update libmaxminddb to 1.12.2-1

This commit is contained in:
Alexander Baldeck 2025-02-16 15:32:04 +01:00
parent ddeb32c005
commit 5fa8658caf
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libmaxminddb
pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
pkgver = 1.11.0
pkgver = 1.12.2
pkgrel = 1
url = https://dev.maxmind.com/geoip/geoip2/downloadable/
arch = x86_64
@ -10,8 +10,8 @@ pkgbase = libmaxminddb
arch = riscv64
license = Apache-2.0
optdepends = geoip2-database: IP geolocation databases
source = https://github.com/maxmind/libmaxminddb/releases/download/1.11.0/libmaxminddb-1.11.0.tar.gz
sha256sums = b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f
source = https://github.com/maxmind/libmaxminddb/releases/download/1.12.2/libmaxminddb-1.12.2.tar.gz
sha256sums = 1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library

View File

@ -4,7 +4,7 @@
pkgname=(libmaxminddb mmdblookup)
pkgver=1.11.0
pkgver=1.12.2
pkgrel=1
pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
license=('Apache-2.0')
@ -12,7 +12,7 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
optdepends=('geoip2-database: IP geolocation databases')
source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
sha256sums=('b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f')
sha256sums=('1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743')
build() {
cd "$srcdir"/libmaxminddb-$pkgver