From 1a2e3fb32dfd55a82b5df1eaa4c0fe2e5d87e40b Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Tue, 14 Apr 2026 13:23:29 +0000 Subject: [PATCH] testing/php81-pecl-decimal: upgrade to 1.5.3 --- testing/php81-pecl-decimal/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/php81-pecl-decimal/APKBUILD b/testing/php81-pecl-decimal/APKBUILD index 83f06f702cd..db548a69b72 100644 --- a/testing/php81-pecl-decimal/APKBUILD +++ b/testing/php81-pecl-decimal/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Andy Postnikov pkgname=php81-pecl-decimal _extname=decimal -pkgver=1.5.0 -pkgrel=1 +pkgver=1.5.3 +pkgrel=0 pkgdesc="Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 8.1 - PECL" url="https://pecl.php.net/package/decimal" arch="all" @@ -34,5 +34,5 @@ package() { } sha512sums=" -06806cb9c5ebae3abed1d41d021be63bb6ab44878e3034c4661a13d22ffab12b9804bc9196c10bdc9416d2559719b31a7fef73e3948c1ea94d3447c6a4b6c086 php-pecl-decimal-1.5.0.tgz +ed8cf6dc527c377cea9de3e98b2202d2a36efc6c37e476ade6fee701dad9f3fc18a4edd5e3160ff6c24fb7e7ab4d0d1531884463b9ddb9d432a9a99e933c52ca php-pecl-decimal-1.5.3.tgz "