diff options
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r-- | testing/php7-pecl-swoole/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD index 212104cff5..a4810e339a 100644 --- a/testing/php7-pecl-swoole/APKBUILD +++ b/testing/php7-pecl-swoole/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-pecl-swoole _pkgreal=swoole -pkgver=4.4.0 +pkgver=4.4.1 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" -arch="all !s390x !ppc64le !x86" # https://github.com/swoole/swoole-src/issues/2181 +arch="all" license="Apache-2.0" depends="php7-openssl php7-sockets" makedepends="php7-dev autoconf re2c openssl-dev nghttp2-dev" @@ -36,4 +36,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="e33029671826c747750ac9e6b158b4ebe909b7c94dd9329aca9af63593bfd3ab7285063d02a6d405189faa22f98d358c87b05111c4a29c4e53c49dcf774cb6cd swoole-4.4.0.tgz" +sha512sums="368d9d4614ec97c2914a86b1a66d4cf5e1e4ffd6a6dc46ff3554e76a325c50b4f34f49088e806cdf64a9c7f09088479997c3a3aedf7fa55d02800aa6813450c5 swoole-4.4.1.tgz" |