git » libmaxminddb.git » commit 47cae0a

upgpkg: 1.5.2-1

author Massimiliano Torromeo
2021-02-20 15:26:24 UTC
committer Massimiliano Torromeo
2021-02-20 15:26:24 UTC
parent 0de398cb49b9a78ac757236c673cc87589d4db8f

upgpkg: 1.5.2-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a1eb14d..5be8f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.5.0
+pkgver=1.5.2
 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=('7c56e791ff2a655215e7ed3864b1ffdd7d34a38835779efed56a42f056bd58aa')
+sha256sums=('5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver