diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-01-11 14:12:54 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-01-11 18:48:01 +0000 |
commit | dd16267d644df90c92271ea4f55a21e93ab8bdea (patch) | |
tree | 14d59d9fdd89dbca3702cdb016376bd1c7ff14ce | |
parent | 8d056c26ff76349a97d30d897e7397ebf3263780 (diff) | |
download | aports-dd16267d644df90c92271ea4f55a21e93ab8bdea.tar.gz aports-dd16267d644df90c92271ea4f55a21e93ab8bdea.tar.bz2 aports-dd16267d644df90c92271ea4f55a21e93ab8bdea.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.6.1
-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 dc1cf867a1..4e45ddca09 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 _extname=swoole -pkgver=4.6.0 -pkgrel=1 +pkgver=4.6.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" @@ -40,4 +40,4 @@ package() { echo "extension=$_extname.so" > $_confdir/50_$_extname.ini } -sha512sums="7572cccf75a5526438fda72c831ba580ccb8dd8c656e951bc53e272bfc4c9a52660dc3ae4ddfb9f10a5f5752cb30680acba5932ba1244245c317ad425e836c40 php-pecl-swoole-4.6.0.tgz" +sha512sums="8fd42dd168324c98847cfee0c92a9877defea9025bb27f53662af5e11db395c48842baf9c20bd092b9b97fb2b3a4a6981cad03f5db1747ba5618ab9d9606811e php-pecl-swoole-4.6.1.tgz" |