diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-02-09 20:27:37 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2021-02-13 09:21:20 +0000 |
commit | 7ff37db1031d537e0aeec3fb564144948c1ca53d (patch) | |
tree | 0a41e1813738d77d83fa631b9f46ef8ac7697a4a | |
parent | f65775dfbce64115b44a1c62c88075bfc9b88d20 (diff) |
community/php7-pecl-maxminddb: upgrade to 1.10.0
-rw-r--r-- | community/php7-pecl-maxminddb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-maxminddb/APKBUILD b/community/php7-pecl-maxminddb/APKBUILD index 87a975d56c7..c9e4d3a208d 100644 --- a/community/php7-pecl-maxminddb/APKBUILD +++ b/community/php7-pecl-maxminddb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php7-pecl-maxminddb _extname=maxminddb -pkgver=1.9.0 +pkgver=1.10.0 pkgrel=0 pkgdesc="PHP MaxMind DB Reader extension - PECL" url="https://pecl.php.net/package/maxminddb" @@ -34,4 +34,4 @@ package() { echo "extension=maxminddb.so" > $confdir/maxminddb.ini } -sha512sums="392e925a8aa6103584957cddcf8edc55ed5e917d2b869f73bd8db8d34d40f2a58a9f474f2d4a77b9b0ed1ffef0d8005e18ec9bcc2938c326faecabb1671e4301 php-pecl-maxminddb-1.9.0.tar.gz" +sha512sums="5d812b7ef0b31a22f9877a984facf335419b7274570545b815bd5494adc41a716cbf2449338ed8e708745ea7a169be050a94a51664b0c7573be5b3f347b28951 php-pecl-maxminddb-1.10.0.tar.gz" |