diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2022-01-13 10:05:02 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2022-01-13 08:49:34 +0000 |
commit | c50a81a48bd3e55fb86e3235bf8244cf5bc0cf2b (patch) | |
tree | a3e8b855796f37f39317a68b5922c955511850a6 | |
parent | f1c3b4888cbaaf907dd5b6e965b1cd498c4c0747 (diff) | |
download | aports-c50a81a48bd3e55fb86e3235bf8244cf5bc0cf2b.tar.gz aports-c50a81a48bd3e55fb86e3235bf8244cf5bc0cf2b.tar.bz2 aports-c50a81a48bd3e55fb86e3235bf8244cf5bc0cf2b.tar.xz |
testing/php81-pecl-swoole: upgrade to 4.8.6
-rw-r--r-- | testing/php81-pecl-swoole/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php81-pecl-swoole/APKBUILD b/testing/php81-pecl-swoole/APKBUILD index 995b08ceb1..bdf674ded1 100644 --- a/testing/php81-pecl-swoole/APKBUILD +++ b/testing/php81-pecl-swoole/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php81-pecl-swoole _extname=swoole -pkgver=4.8.5 +pkgver=4.8.6 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP 8.1 - PECL" url="https://pecl.php.net/package/swoole" @@ -49,5 +49,5 @@ package() { } sha512sums=" -9a21f92943049b573d8261d8d4b0678357ab22ece348d0183793111b227b7b842968df9a80dd5f88dc57c7bd49fa3306b33818360da5c35a40a5a21c5257b53a php-pecl-swoole-4.8.5.tgz +1d15f80f92f14d42afe99aac46b57b58d0844ff7083a9de5f12cb5e9685349a5bb8d93c52a6432eee5f5a34e977c11412397be2c27ad6e6bb095432b9a0077bf php-pecl-swoole-4.8.6.tgz " |