diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2023-03-05 21:37:07 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2023-03-05 20:39:49 +0000 |
commit | 76b380c8f7b66c79842faaa5789bc97d1dff4d19 (patch) | |
tree | 54e20d1e3235d6ac68cc9ff430f895d831676152 | |
parent | 02457e037a727c0b2da11a27791dcac3726f92e6 (diff) |
testing/php8-pecl-yaml: upgrade to 2.2.3
-rw-r--r-- | testing/php8-pecl-yaml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php8-pecl-yaml/APKBUILD b/testing/php8-pecl-yaml/APKBUILD index 7ce472ce8e0..dfacfd9f02e 100644 --- a/testing/php8-pecl-yaml/APKBUILD +++ b/testing/php8-pecl-yaml/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php8-pecl-yaml _extname=yaml -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=0 pkgdesc="YAML syntax bindings for PHP 8 - PECL" url="https://pecl.php.net/package/yaml" @@ -33,5 +33,5 @@ package() { } sha512sums=" -4c1d3012623154b8d74908fb319a637d7bff178d02d0732d1a3d19d24df2c612d62948eb7dcd9ead9fd31f2da7af0cec54657b8cce128968a04079dd0002117d php-pecl-yaml-2.2.2.tgz +99d63d430dd2fa9767ecb3f70599d2ebd4c53b27770df72c00c4723816de422c581cea05e96c3cba5aaecbdc57cc482fad0f1fa300bdcf887daa7c2c034e6f4b php-pecl-yaml-2.2.3.tgz " |