diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-07-12 23:45:58 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-07-12 23:49:40 +0300 |
commit | a68bb98a945cd1bf965447ae934e3cfe6f1abea5 (patch) | |
tree | 143d7d190792c22e0f161e2c43d02a181272f8eb /community/php7-pecl-protobuf/APKBUILD | |
parent | 5dc32413d75d59b6ec92b765b0312e95cc3bf745 (diff) | |
download | aports-a68bb98a945cd1bf965447ae934e3cfe6f1abea5.tar.bz2 aports-a68bb98a945cd1bf965447ae934e3cfe6f1abea5.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.9.0
Diffstat (limited to 'community/php7-pecl-protobuf/APKBUILD')
-rw-r--r-- | community/php7-pecl-protobuf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-pecl-protobuf/APKBUILD b/community/php7-pecl-protobuf/APKBUILD index 987eb87712..950a351130 100644 --- a/community/php7-pecl-protobuf/APKBUILD +++ b/community/php7-pecl-protobuf/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php7-pecl-protobuf _pkgreal=protobuf -pkgver=3.8.0 -pkgrel=1 +pkgver=3.9.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" arch="all" @@ -32,4 +32,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="ac3779f262f3cc6a415fdc5927807eb9009483972ceed75ec9b40b1e3d3c1947c0c31aa20ad7a9d35a9fb56cab62f8ae9003f37cc3d22591e260a246c27372f7 protobuf-3.8.0.tgz" +sha512sums="6a10c8824e515cff289776705a6d2254d4e369a057fd7737be9f831793289263533336fff12d47d3d2c57806e813aee12084aa55ea135fe92ed97cb564c333d9 protobuf-3.9.0.tgz" |