aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-28 10:56:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-28 14:14:06 +0000
commit4a3fa3a81140b1e67aa61e09e85ed994658bc728 (patch)
treeccc639559f907d4e79c7dc823e64ff1277c26295
parentaec2d6c5240bd82d4833fddaa6f61bd75b744c61 (diff)
downloadalpine_aports-4a3fa3a81140b1e67aa61e09e85ed994658bc728.tar.bz2
alpine_aports-4a3fa3a81140b1e67aa61e09e85ed994658bc728.tar.xz
alpine_aports-4a3fa3a81140b1e67aa61e09e85ed994658bc728.zip
community/php7-pecl-protobuf: upgrade to 3.12.2
-rw-r--r--community/php7-pecl-protobuf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-protobuf/APKBUILD b/community/php7-pecl-protobuf/APKBUILD
index 1a8b4d000c..860de4a573 100644
--- a/community/php7-pecl-protobuf/APKBUILD
+++ b/community/php7-pecl-protobuf/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: TBK <alpine@jjtc.eu> 2# Maintainer: TBK <alpine@jjtc.eu>
3pkgname=php7-pecl-protobuf 3pkgname=php7-pecl-protobuf
4_pkgreal=protobuf 4_pkgreal=protobuf
5pkgver=3.12.1 5pkgver=3.12.2
6pkgrel=0 6pkgrel=0
7pkgdesc="PHP7 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data." 7pkgdesc="PHP7 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data."
8url="https://pecl.php.net/package/protobuf" 8url="https://pecl.php.net/package/protobuf"
@@ -32,4 +32,4 @@ package() {
32 echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini 32 echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
33} 33}
34 34
35sha512sums="7f796031bc570de1beb4f28763c9c8f64387fa632124a321aa558ad4509e01faccb08e6d6f25b821b314667b9548ef923cb516523de82ea6210677276060d703 protobuf-3.12.1.tgz" 35sha512sums="66a6cf897ea68aa0ca6d10909cb0783238e800c8b21b41949322a0a959d7f1e00a8fd05756c1ebf28f75efcf5374cda2f2bcd8b8923e41e65d054d37a898f489 protobuf-3.12.2.tgz"