diff options
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" |