diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-03 23:02:28 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-03 23:06:29 +0200 |
commit | bd0e1f62c9e0a38a2a3a576077ac98914bc6b4be (patch) | |
tree | 943b0ecd278b5a95002eae32a8834b1e21ba6ce6 /community/php7-pecl-protobuf/APKBUILD | |
parent | 980161b716d74226d1c95815c0dc464e72403c4d (diff) | |
download | aports-bd0e1f62c9e0a38a2a3a576077ac98914bc6b4be.tar.bz2 aports-bd0e1f62c9e0a38a2a3a576077ac98914bc6b4be.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.11.1
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 227a18b5a8..107f8e8779 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.0 +pkgver=3.11.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" @@ -32,4 +32,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="97eb5f42f44650833bade62b9df46bbdefa9563577fb5b0e45657442f298a3ef414b276d391d19af979fd9a119b849ea986d3dbf761ec0677f52d9a36bbe3db8 protobuf-3.11.0.tgz" +sha512sums="25c8e90855d2423b8b3cd480a3f0cfadac495f1fb08f21e14acd1cbd3aa109b27ecd350fbdae84de9a9a7bcf383e719de8a4fe1a4c263f36cfc8db881d35838b protobuf-3.11.1.tgz" |