git » libmaxminddb.git » commit fc82b41

upgpkg: 1.12.1-1

author Massimiliano Torromeo
2025-01-08 18:39:50 UTC
committer Massimiliano Torromeo
2025-01-08 18:39:50 UTC
parent 38898bf43b0da8d5890306b54e709d7daa1f3dcf

upgpkg: 1.12.1-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 2b852b0..f08d897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = libmaxminddb
 	pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
-	pkgver = 1.11.0
+	pkgver = 1.12.1
 	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.11.0/libmaxminddb-1.11.0.tar.gz
-	sha256sums = b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f
+	source = https://github.com/maxmind/libmaxminddb/releases/download/1.12.1/libmaxminddb-1.12.1.tar.gz
+	sha256sums = 30f8dcdbb0df586a2780fcbca5824300d2365734cfbc464ff306751179ef62ce
 
 pkgname = libmaxminddb
 	pkgdesc = MaxMindDB GeoIP2 database library
diff --git a/PKGBUILD b/PKGBUILD
index 5895267..dc7e2bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.11.0
+pkgver=1.12.1
 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=('b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f')
+sha256sums=('30f8dcdbb0df586a2780fcbca5824300d2365734cfbc464ff306751179ef62ce')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver