diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-05-29 14:34:26 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-29 14:38:38 +0300 |
commit | 53708e50d3b7342e66c79388b3d1375b22ff14e6 (patch) | |
tree | c37c5eedb0852283c5486669f9ba19786df2c8f3 | |
parent | 2fad75b7228a57cd1553920bf8c27f1abc9746d9 (diff) | |
download | aports-53708e50d3b7342e66c79388b3d1375b22ff14e6.tar.bz2 aports-53708e50d3b7342e66c79388b3d1375b22ff14e6.tar.xz |
community/php7-pecl-protobuf: upgrade to 3.8.0
-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 18603212bd..0222b582d1 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.7.1 +pkgver=3.8.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" @@ -32,4 +32,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="bf35c4165e0440b26f32c73befa3b2827a07a33ab37d9d5c51f0f66836f6115c05a6163e90bd8d528196d5383bee51c9ecaf96d70f4ebd53fe93db40566350e3 protobuf-3.7.1.tgz" +sha512sums="ac3779f262f3cc6a415fdc5927807eb9009483972ceed75ec9b40b1e3d3c1947c0c31aa20ad7a9d35a9fb56cab62f8ae9003f37cc3d22591e260a246c27372f7 protobuf-3.8.0.tgz" |