diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-08-30 21:56:18 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-30 22:01:55 +0300 |
commit | 70906e8f706c66ae88d0052a1c64259470e6f0f6 (patch) | |
tree | 68b9ce3945665ba8b78db0f2dd059667ba72b1fd /testing/php7-pecl-swoole | |
parent | 07af05b5c8db45ea4d9450f91228e01c55ae81f0 (diff) | |
download | aports-70906e8f706c66ae88d0052a1c64259470e6f0f6.tar.bz2 aports-70906e8f706c66ae88d0052a1c64259470e6f0f6.tar.xz |
testing/php7-pecl-swoole: upgrade to 4.4.5
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 bb4c209367..1186e72096 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.4.4 +pkgver=4.4.5 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" @@ -39,4 +39,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="a2061ec711df177f1346ca6ac2b3d0f9d21b918a9602351bffc3293eebaf67d1c70e5d48cbd573d56877998e93ff22824c0eccc90b115314263d006c70b3bd19 swoole-4.4.4.tgz" +sha512sums="6213dc5e40385d8fc780de4efdec0d896607fd136ebaef864a46f06d72c0488efa2a814631c14acbfab214b115d08e312b5df9b06b4c43e58f2fff61b8d7a302 swoole-4.4.5.tgz" |