git » libmaxminddb.git » commit 7454e58

upgpkg: 1.12.2-1

author Massimiliano Torromeo
2025-01-16 19:21:47 UTC
committer Massimiliano Torromeo
2025-01-16 19:21:47 UTC
parent fc82b4187410ca224844822c5d6a0d6db81571ec

upgpkg: 1.12.2-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index f08d897..906249b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = libmaxminddb
 	pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
-	pkgver = 1.12.1
+	pkgver = 1.12.2
 	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.12.1/libmaxminddb-1.12.1.tar.gz
-	sha256sums = 30f8dcdbb0df586a2780fcbca5824300d2365734cfbc464ff306751179ef62ce
+	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
diff --git a/PKGBUILD b/PKGBUILD
index dc7e2bc..0a5e540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.12.1
+pkgver=1.12.2
 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=('30f8dcdbb0df586a2780fcbca5824300d2365734cfbc464ff306751179ef62ce')
+sha256sums=('1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver