aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 050d5bc9e6b..f9ef86d53df 100644
--- a/testing/php7-pecl-swoole/APKBUILD
+++ b/testing/php7-pecl-swoole/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=php7-pecl-swoole
_pkgreal=swoole
-pkgver=4.3.4
-pkgrel=1
+pkgver=4.3.5
+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
@@ -36,4 +36,4 @@ package() {
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
}
-sha512sums="a8f57664ccc745abdfa95b2fccf9915c96b45ed6ba3efed95aa21f295e5df5f4a5284216d75bff35a4dbf5545c6e28d505cb238ae36e2f0bc659cbf181d9c83d swoole-4.3.4.tgz"
+sha512sums="0b6001d0958b20c8a5772df21999ef3c479a9fa1a00a9b1eff37e17097a3541be7853a71033faa8c8c077bd7c334312f8f01c6af38eecfc566d47c81d0ae531c swoole-4.3.5.tgz"