diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-04 14:49:58 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-04 16:05:22 +0300 |
commit | 3ff9e71147fc5c6a54b6073535eae95580aa3627 (patch) | |
tree | d44db10962d5c65d235f225ce793bcea6c764860 /testing/php7-protobuf/APKBUILD | |
parent | cd65fd22b247ec216aee1eb7505ab211d3c29933 (diff) | |
download | aports-3ff9e71147fc5c6a54b6073535eae95580aa3627.tar.bz2 aports-3ff9e71147fc5c6a54b6073535eae95580aa3627.tar.xz |
testing/php7-protobuf: upgrade to 3.6.1
Diffstat (limited to 'testing/php7-protobuf/APKBUILD')
-rw-r--r-- | testing/php7-protobuf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-protobuf/APKBUILD b/testing/php7-protobuf/APKBUILD index cc5227fa4e..3bb09635ca 100644 --- a/testing/php7-protobuf/APKBUILD +++ b/testing/php7-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php7-protobuf _pkgreal=protobuf -pkgver=3.6.0 +pkgver=3.6.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" @@ -28,4 +28,4 @@ package() { echo "extension=$_pkgreal.so" "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="0a2229fe4461e00b114ce8155f56d365dcd408a60d5f5c7cbfe6d6e0b383242b3f780d8b136f38720493ced24f68a0d2237b11934de47bf4a4689569cec22654 protobuf-3.6.0.tgz" +sha512sums="d061a0031e4819125d8b73b7aca5aa5a112944621409956500b59fb01855f6e8e092fa1c7dbfe3439c0daee7e65b1d915dd9ddf85e13767b99f69987638f2c72 protobuf-3.6.1.tgz" |