diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-06-14 20:42:48 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-06-14 20:58:55 +0300 |
commit | b6174cc9b000485ae0540bce38a774465612f679 (patch) | |
tree | fb07d5aa555fc1901e3f81f45edbafce49836881 | |
parent | 208de76caa79f51c1f87ce47341494f4b33306d8 (diff) | |
download | aports-b6174cc9b000485ae0540bce38a774465612f679.tar.bz2 aports-b6174cc9b000485ae0540bce38a774465612f679.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.3.5
-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 050d5bc9e6..f9ef86d53d 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" |