* update libmaxminddb to 1.10.0-1

This commit is contained in:
Alexander Baldeck 2024-08-21 11:24:01 +02:00
parent 9be0337d53
commit 12ddb675b1
3 changed files with 24 additions and 3 deletions

18
libmaxminddb/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = libmaxminddb
pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
pkgver = 1.10.0
pkgrel = 1
url = https://dev.maxmind.com/geoip/geoip2/downloadable/
arch = x86_64
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
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library
depends = glibc
pkgname = mmdblookup
pkgdesc = MaxMindDB GeoIP2 lookup utility
depends = libmaxminddb

View File

@ -0,0 +1,3 @@
[libmaxminddb]
source = "git"
git = "https://github.com/maxmind/libmaxminddb.git"

View File

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