diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-08-12 14:14:25 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-12 14:18:50 +0300 |
commit | 253c2462d8aaee6484004d988fb93a898e9cf0a8 (patch) | |
tree | 7f10aced82f52dbc1b388e643e552a0253c33c2f /community/php7-pecl-protobuf/APKBUILD | |
parent | 1a10636e1ffa2969380e464556e7c7805e673101 (diff) | |
download | aports-253c2462d8aaee6484004d988fb93a898e9cf0a8.tar.bz2 aports-253c2462d8aaee6484004d988fb93a898e9cf0a8.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.9.1
Diffstat (limited to 'community/php7-pecl-protobuf/APKBUILD')
-rw-r--r-- | community/php7-pecl-protobuf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-protobuf/APKBUILD b/community/php7-pecl-protobuf/APKBUILD index 950a351130..0b0bd937a5 100644 --- a/community/php7-pecl-protobuf/APKBUILD +++ b/community/php7-pecl-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php7-pecl-protobuf _pkgreal=protobuf -pkgver=3.9.0 +pkgver=3.9.1 pkgrel=0 pkgdesc="PHP7 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data." url="https://pecl.php.net/package/protobuf" @@ -32,4 +32,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="6a10c8824e515cff289776705a6d2254d4e369a057fd7737be9f831793289263533336fff12d47d3d2c57806e813aee12084aa55ea135fe92ed97cb564c333d9 protobuf-3.9.0.tgz" +sha512sums="a72eb0e6c7247974b60bf4dead9b86ba93be34b6cff584c26dc9542238d53f64cd0c59ef0d790aea13ec9a24b553e9658c93eefeda12b40473c8c11c2cab0b0a protobuf-3.9.1.tgz" |