git » libmaxminddb.git » commit 8fa0633

upgpkg: 1.7.1-1

author Massimiliano Torromeo
2022-10-01 17:23:58 UTC
committer Massimiliano Torromeo
2022-10-01 17:23:58 UTC
parent 7d62f4d5531f113743bb05b69bdc71e202710a4b

upgpkg: 1.7.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8f01c79..b614de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
 license=('Apache')
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
 optdepends=('geoip2-database: IP geolocation databases')
 options=('debug')
 source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267')
+sha256sums=('e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver