From f63ac2c553dc69ab614d203f2aa12b92c401bb29 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 18 May 2023 10:27:50 +0000 Subject: [PATCH] testing/php8-pecl-protobuf: upgrade to 3.23.1 --- testing/php8-pecl-protobuf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php8-pecl-protobuf/APKBUILD b/testing/php8-pecl-protobuf/APKBUILD index 5fc8609a4604..1e3c449f0a09 100644 --- a/testing/php8-pecl-protobuf/APKBUILD +++ b/testing/php8-pecl-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=php8-pecl-protobuf _extname=protobuf -pkgver=3.23.0 +pkgver=3.23.1 pkgrel=0 pkgdesc="PHP 8.0 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data - PECL" url="https://pecl.php.net/package/protobuf" @@ -34,5 +34,5 @@ package() { } sha512sums=" -76c0a03e58b606e7bbf2ad84c8a1c42d9c9dc0fc2c834f2167526c54f30daca3b15aa3acec983baa39c2f195e313a6a875ad3c90d86694ea7ca232674350226a php-pecl-protobuf-3.23.0.tgz +60d27e0cfe03a550395c20c525167c58a39fe245f5d7947a10cd2a92d0e0c2cd6226c9fa43a79191816e2bc41dc05d95dcab5969f294b4d8ca74c4deeed2f77b php-pecl-protobuf-3.23.1.tgz " -- GitLab