* update libmaxminddb to 1.11.0-1

This commit is contained in:
Alexander Baldeck 2024-11-05 15:35:46 +01:00
parent 81bc5baffd
commit 09609f981f
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libmaxminddb
pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
pkgver = 1.10.0
pkgrel = 1.1
pkgver = 1.11.0
pkgrel = 1
url = https://dev.maxmind.com/geoip/geoip2/downloadable/
arch = x86_64
arch = powerpc64le
@ -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.10.0/libmaxminddb-1.10.0.tar.gz
sha256sums = 5e6db72df423ae225bfe8897069f6def40faa8931f456b99d79b8b4d664c6671
source = https://github.com/maxmind/libmaxminddb/releases/download/1.11.0/libmaxminddb-1.11.0.tar.gz
sha256sums = b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library

View File

@ -4,15 +4,15 @@
pkgname=(libmaxminddb mmdblookup)
pkgver=1.10.0
pkgrel=1.1
pkgver=1.11.0
pkgrel=1
pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
license=('Apache-2.0')
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=('5e6db72df423ae225bfe8897069f6def40faa8931f456b99d79b8b4d664c6671')
sha256sums=('b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f')
build() {
cd "$srcdir"/libmaxminddb-$pkgver