diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-10-04 13:42:29 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-10-04 13:47:01 +0300 |
commit | 18f48fba5bd3acf0831f3fbf8393e00662ea5a4f (patch) | |
tree | 83a0b1c5cc6cccbca515b0d9254ddf4cf2f1d72e /community | |
parent | 472a99fbe5f7ef4fa2fa5053e41d6765313b4977 (diff) | |
download | aports-18f48fba5bd3acf0831f3fbf8393e00662ea5a4f.tar.bz2 aports-18f48fba5bd3acf0831f3fbf8393e00662ea5a4f.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.10.0
Diffstat (limited to 'community')
-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 c2a4deb450..7ebc588729 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.2 +pkgver=3.10.0 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="bd191fa35f935fdb18f9c447080e62b9987a119623612335a08f12ca83e87a6e5a8bdf8731715dfc451f8681145a672559eb39e0058017846c9de487d8979c6a protobuf-3.9.2.tgz" +sha512sums="c996baf95db4908bbd06a533d5ded5e1d9ed700e99604a5609de54dc5b0624235c7776afbb32ae652d182635ada1b80fdb04e0480eb4c6525f53b6b978f9c0e3 protobuf-3.10.0.tgz" |