From b48b0c42ece4289cee7d539caadf1329b4efeade Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Thu, 28 Nov 2024 11:55:35 +0100 Subject: [PATCH] community/php82-pecl-protobuf: upgrade to 4.29.0 --- community/php82-pecl-protobuf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/php82-pecl-protobuf/APKBUILD b/community/php82-pecl-protobuf/APKBUILD index 693dda030352..4e0c50ab70bc 100644 --- a/community/php82-pecl-protobuf/APKBUILD +++ b/community/php82-pecl-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php82-pecl-protobuf _extname=protobuf -pkgver=4.28.3 +pkgver=4.29.0 pkgrel=0 pkgdesc="PHP 8.2 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data." url="https://pecl.php.net/package/protobuf" @@ -36,5 +36,5 @@ package() { } sha512sums=" -9c784c5e0e32fa795f86ab961664f93cb4b137ee5990e93383794c94252baceae4547ee5e1298f53bc8c22f80220987eb9a3fd7f21943d4a58e0fc04b4395289 php-pecl-protobuf-4.28.3.tgz +e7c4bca38af0a1122e530ebf6353cdd57a3c8cb71c31de818d0b187a0663589dbc0cdfd7124af8309cfb840de1b31928f6dab9d611b992a2783a7f87904eee81 php-pecl-protobuf-4.29.0.tgz " -- GitLab