diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-05-19 11:26:23 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-19 11:29:49 +0300 |
commit | b0881fb23f3c28aae21b87d5aaea91003b250c7f (patch) | |
tree | 296ea1b7f64a0f703cb19c7f9e428a48ec398cfe /testing/php7-pecl-swoole | |
parent | 85fee987ebd1fd40d926ffcccc8e495e82e773c1 (diff) | |
download | aports-b0881fb23f3c28aae21b87d5aaea91003b250c7f.tar.bz2 aports-b0881fb23f3c28aae21b87d5aaea91003b250c7f.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.3.4
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r-- | testing/php7-pecl-swoole/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD index f7caa9ee55..88b114bfc3 100644 --- a/testing/php7-pecl-swoole/APKBUILD +++ b/testing/php7-pecl-swoole/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-pecl-swoole _pkgreal=swoole -pkgver=4.3.3 +pkgver=4.3.4 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" @@ -36,4 +36,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="ea87428472b9980addf48e9b49103d612928e74ee9e295bb76173ea3023371d452067581e482142d653b21d92e9c521857ae55faa674bebb54298394759bbb39 swoole-4.3.3.tgz" +sha512sums="a8f57664ccc745abdfa95b2fccf9915c96b45ed6ba3efed95aa21f295e5df5f4a5284216d75bff35a4dbf5545c6e28d505cb238ae36e2f0bc659cbf181d9c83d swoole-4.3.4.tgz" |