Date: Saturday, October 1, 2022 @ 17:23:58
Author: mtorromeo
Revision: 1320158
upgpkg: libmaxminddb 1.7.1-1
Modified:
libmaxminddb/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-01 17:05:49 UTC (rev 1320157)
+++ PKGBUILD 2022-10-01 17:23:58 UTC (rev 1320158)
@@ -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 @@
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