git » libmaxminddb.git » commit e764e96

upgpkg: 1.3.1-1

author Massimiliano Torromeo
2017-11-29 16:39:34 UTC
committer Massimiliano Torromeo
2017-11-29 16:39:34 UTC
parent e68ebc0f876b0d1715636280291ed62c41e0424f

upgpkg: 1.3.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 134850f..ed68f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
 license=('Apache')
@@ -11,7 +11,7 @@ arch=('x86_64')
 url="http://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=('c1e0a8b9032995beb0a6529536b12f01f404a8e4232d928fbe5ef835145a9774')
+sha256sums=('5d55a1327dcca5c819a6a7a260afc0d1bd9626824e40073c7564fdb8d91ca186')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver