git » libmaxminddb.git » commit e765b0f

upgpkg: 1.9.1-1

author Massimiliano Torromeo
2024-01-13 12:06:59 UTC
committer Massimiliano Torromeo
2024-01-13 12:06:59 UTC
parent ece409373736f4c27262cc159cdbd5cf27c1a56b

upgpkg: 1.9.1-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 55e9a9b..3f32472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = libmaxminddb
 	pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
-	pkgver = 1.8.0
+	pkgver = 1.9.1
 	pkgrel = 1
 	url = https://dev.maxmind.com/geoip/geoip2/downloadable/
 	arch = x86_64
 	license = Apache
 	optdepends = geoip2-database: IP geolocation databases
-	source = https://github.com/maxmind/libmaxminddb/releases/download/1.8.0/libmaxminddb-1.8.0.tar.gz
-	sha256sums = 1107799f77be6aa3b9796ad0eed8ffcc334bf45f8bd18e6a984d8adf3e719c6d
+	source = https://github.com/maxmind/libmaxminddb/releases/download/1.9.1/libmaxminddb-1.9.1.tar.gz
+	sha256sums = a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
 
 pkgname = libmaxminddb
 	pkgdesc = MaxMindDB GeoIP2 database library
diff --git a/PKGBUILD b/PKGBUILD
index a101175..41695ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.8.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
 license=('Apache')
@@ -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=('1107799f77be6aa3b9796ad0eed8ffcc334bf45f8bd18e6a984d8adf3e719c6d')
+sha256sums=('a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver