| author | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2024-08-23 07:54:01 UTC |
| committer | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2024-08-23 07:54:01 UTC |
| parent | ce0666168185d61a20a364e74bd6fafa75b52f2d |
| .SRCINFO | +3 | -3 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index a84d84e..2b852b0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = libmaxminddb pkgdesc = MaxMind GeoIP2 database - split package with library and utilities - pkgver = 1.10.0 + pkgver = 1.11.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 + 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 diff --git a/PKGBUILD b/PKGBUILD index 08c4f5e..5895267 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=(libmaxminddb mmdblookup) -pkgver=1.10.0 +pkgver=1.11.0 pkgrel=1 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities" license=('Apache-2.0') @@ -11,7 +11,7 @@ arch=('x86_64') 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