git » libmaxminddb.git » commit fae95d1

upgpkg: 1.6.0-1

author Massimiliano Torromeo
2021-04-30 11:26:47 UTC
committer Massimiliano Torromeo
2021-04-30 11:26:47 UTC
parent 47cae0ab7cbf2c9ef306372a96d80640fd708b73

upgpkg: 1.6.0-1

PKGBUILD +2 -2

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