git » libmaxminddb.git » commit 3e0bfd0

upgpkg: 1.4.3-1

author Massimiliano Torromeo
2020-08-10 08:22:53 UTC
committer Massimiliano Torromeo
2020-08-10 08:22:53 UTC
parent 5416bd6304153da4ed1710bd8e3237acd55ac478

upgpkg: 1.4.3-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9d5c2a3..0952058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=(libmaxminddb mmdblookup)
 
-pkgver=1.4.2
+pkgver=1.4.3
 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=('dd582aa971be23dee960ec33c67fb5fd38affba508e6f00ea75959dbd5aad156')
+sha256sums=('a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439')
 
 build() {
 	cd "$srcdir"/libmaxminddb-$pkgver