diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-14 21:11:39 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-14 21:13:46 +0200 |
commit | 0f03e2cb0d9f02897c74bfe3d5540112667d1c01 (patch) | |
tree | 34066776ef26a1b8e37545b69d409f9bba7d1936 /community/php7-pecl-protobuf/APKBUILD | |
parent | 16e3ed02faddf46ff24ef4c6b6916d9b67acb680 (diff) | |
download | aports-0f03e2cb0d9f02897c74bfe3d5540112667d1c01.tar.bz2 aports-0f03e2cb0d9f02897c74bfe3d5540112667d1c01.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.11.2
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 107f8e8779..526361ca9f 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.11.1 +pkgver=3.11.2 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="25c8e90855d2423b8b3cd480a3f0cfadac495f1fb08f21e14acd1cbd3aa109b27ecd350fbdae84de9a9a7bcf383e719de8a4fe1a4c263f36cfc8db881d35838b protobuf-3.11.1.tgz" +sha512sums="d17b9c5577f7947d86d8d6b5dfbf2a90b69d6b65f0d1cb32b72ff79aea5b0786cc713a63664541fb0178ee1ec4b8d9d7a98acbb1b9bf949c52d6865e1292b3e3 protobuf-3.11.2.tgz" |