aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-swoole
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-08-04 06:21:13 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-08-04 06:29:27 +0300
commitd7a2532d0f3aa4f5963238b79d02b914becb16aa (patch)
treeebffd5a956cba67c131267c25a97f2068384a35c /testing/php7-pecl-swoole
parentca9a6c9a23badc7a81fc58aa84357d0ef3b6abbb (diff)
downloadaports-d7a2532d0f3aa4f5963238b79d02b914becb16aa.tar.bz2
aports-d7a2532d0f3aa4f5963238b79d02b914becb16aa.tar.xz
testing/php7-pecl-swoole: upgrade to 4.4.3 and enable all arches
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r--testing/php7-pecl-swoole/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD
index 704a977079..05c076ba7e 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.2
+pkgver=4.4.3
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" # https://github.com/swoole/swoole-src/issues/2692
+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="be0a429dec4c0cb6a2a52cd2bd2905c5297286f6be7758d4bf83f175d5bc3bb6c2db0c0a28522f5f8fe7b976beeae1a1dfb9422645a5d79cc867b9df36269ce4 swoole-4.4.2.tgz"
+sha512sums="1c2008b954ac30c03013225acd1fe351d49ff6e1da5ec04acca31873a7a163d94bb7ddbd08e6bdcfe691a1be15ea6872574b3b3e5f35442cfca95b655fef51d0 swoole-4.4.3.tgz"