diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-07-17 01:28:44 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-07-17 01:41:12 +0300 |
commit | 17b9704c3c43084c03b0a56a9fc947b111f047e9 (patch) | |
tree | 5b8a54fc6596d8307a311782f769609da62fb5cd /testing/php7-pecl-swoole | |
parent | e93bac77d6618acccf072321fb4cafd33fe7ea44 (diff) | |
download | aports-17b9704c3c43084c03b0a56a9fc947b111f047e9.tar.bz2 aports-17b9704c3c43084c03b0a56a9fc947b111f047e9.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.4.1 and enable all arches
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" |