From e3301a5a9c9eb57373fc7ec1f0e7524edf5388bb Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Thu, 11 Jul 2024 09:11:28 +0200 Subject: [PATCH] testing/php81-pecl-xhprof: upgrade to 2.3.10 --- testing/php81-pecl-xhprof/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/php81-pecl-xhprof/APKBUILD b/testing/php81-pecl-xhprof/APKBUILD index 60e50fe2d434..010faf1d496d 100644 --- a/testing/php81-pecl-xhprof/APKBUILD +++ b/testing/php81-pecl-xhprof/APKBUILD @@ -3,8 +3,8 @@ pkgname=php81-pecl-xhprof _extname=xhprof -pkgver=2.3.9 -pkgrel=3 +pkgver=2.3.10 +pkgrel=0 pkgdesc="A Hierarchical Profiler for PHP 8.1 - PECL" url="https://pecl.php.net/package/xhprof" arch="all" @@ -58,5 +58,5 @@ assets() { } sha512sums=" -38a2609d961d908c6a4b5d1ff2085ffdad4a5f7d277705c826ae19e215660802528d606c5ee052f2e65255a7a85b2a9cb9038f4785c730ec468fc76dc7bcf5de php-pecl-xhprof-2.3.9.tgz +fcd96013222cfde9a5a26e818effc35fdc686e1aeec5040964af7672700938b1e6090b84090234ef05b7ae4deb9fa2869eb53ae5d7c6666fcb1c6e0b484a7a9c php-pecl-xhprof-2.3.10.tgz " -- GitLab