diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-07-27 01:11:39 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-07-27 01:16:55 +0300 |
commit | 9fe89b7309f0255c472ab3a8d0aa2d0bf4970ea1 (patch) | |
tree | 77a26c29d07c54320f88e47ccc84be6c8349ec5f /testing/php7-pecl-swoole | |
parent | 4bd7d325807a5e1d819d8b5356cc5d0cdaa7bd51 (diff) | |
download | aports-9fe89b7309f0255c472ab3a8d0aa2d0bf4970ea1.tar.bz2 aports-9fe89b7309f0255c472ab3a8d0aa2d0bf4970ea1.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.4.2
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r-- | testing/php7-pecl-swoole/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD index a3aa243c61..704a977079 100644 --- a/testing/php7-pecl-swoole/APKBUILD +++ b/testing/php7-pecl-swoole/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-pecl-swoole _pkgreal=swoole -pkgver=4.4.1 +pkgver=4.4.2 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" @@ -36,4 +36,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="368d9d4614ec97c2914a86b1a66d4cf5e1e4ffd6a6dc46ff3554e76a325c50b4f34f49088e806cdf64a9c7f09088479997c3a3aedf7fa55d02800aa6813450c5 swoole-4.4.1.tgz" +sha512sums="be0a429dec4c0cb6a2a52cd2bd2905c5297286f6be7758d4bf83f175d5bc3bb6c2db0c0a28522f5f8fe7b976beeae1a1dfb9422645a5d79cc867b9df36269ce4 swoole-4.4.2.tgz" |