From 15b626d96afc54d69f43774c392a1c5406fd2df0 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 1 Dec 2022 05:14:44 +0000 Subject: [PATCH] testing/php82-pecl-protobuf: upgrade to 3.21.10 --- testing/php82-pecl-protobuf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php82-pecl-protobuf/APKBUILD b/testing/php82-pecl-protobuf/APKBUILD index 55009dad13b6..9e82b89f5c23 100644 --- a/testing/php82-pecl-protobuf/APKBUILD +++ b/testing/php82-pecl-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php82-pecl-protobuf _extname=protobuf -pkgver=3.21.7 +pkgver=3.21.10 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=" -32970c3ae7dc78c66ca4f04b14313e17368993585e22605d93839c1f7e7cfd75d60752d43a9e518fca48ccc23fc86235bab0e11b08c03450587ff64d65e48133 php-pecl-protobuf-3.21.7.tgz +720430ce48f5638154088b0616066d97ca1ee61eea2e1f44b810b582dfc616d3789761564ee76918fa14a2333e407db79e27131c95e5c1ab7047b175baf9fd70 php-pecl-protobuf-3.21.10.tgz " -- GitLab