diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-02-20 17:07:50 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-02-20 17:13:31 +0200 |
commit | 77cc7305b550f1cfec9bccfdfed70fe6f2b50742 (patch) | |
tree | 0e4b531c4c7713b178142ab52c4f00cb94a730c9 /testing/php7-pecl-swoole | |
parent | f500fdafb695e0653b8744dd3742ec0d67cc2d3f (diff) | |
download | aports-77cc7305b550f1cfec9bccfdfed70fe6f2b50742.tar.bz2 aports-77cc7305b550f1cfec9bccfdfed70fe6f2b50742.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.4.16
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 208bb5cbfc..6cedfc92c9 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.15 +pkgver=4.4.16 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" @@ -37,4 +37,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="5ad797b38a20cfa17b0aa1fc5ab4f6446b84debb38babc05630e07833895401c778f1c6cf9eb32d7204b02c0e170ba6e613f356a054baa29ac511c19ce59620f swoole-4.4.15.tgz" +sha512sums="7be4705967ed6b7a955f679f8c39585d34dc8c87ba608ac3ae2b0fc3cae9513d9639c8e9aac4278ce85acc215b500044626aab9b2aac725c9ffaef72dfb02dd7 swoole-4.4.16.tgz" |