git » libmaxminddb.git » commit 9ccbde7

upgpkg: 1.10.0-1

author Massimiliano Torromeo
2024-06-11 20:49:39 UTC
committer Massimiliano Torromeo
2024-06-11 20:49:39 UTC
parent e765b0f98d94c34217743c2609c3c59acad10789

upgpkg: 1.10.0-1

.SRCINFO +4 -4
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 3f32472..a84d84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = libmaxminddb
 	pkgdesc = MaxMind GeoIP2 database - split package with library and utilities
-	pkgver = 1.9.1
+	pkgver = 1.10.0
 	pkgrel = 1
 	url = https://dev.maxmind.com/geoip/geoip2/downloadable/
 	arch = x86_64
-	license = Apache
+	license = Apache-2.0
 	optdepends = geoip2-database: IP geolocation databases
-	source = https://github.com/maxmind/libmaxminddb/releases/download/1.9.1/libmaxminddb-1.9.1.tar.gz
-	sha256sums = a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
+	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
diff --git a/PKGBUILD b/PKGBUILD
index 41695ed..08c4f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,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')
 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