diff options
Diffstat (limited to 'testing/php7-pecl-swoole/APKBUILD')
-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 ee00961a983..c533e475b7f 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.5.4 +pkgver=4.5.5 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" @@ -38,4 +38,4 @@ package() { echo "extension=$_pkgreal.so" > $_confdir/50_$_pkgreal.ini } -sha512sums="8c14f2e32d038e82941ab793ca6b76fcba5589be252e4498c67c18b14400c1a0ed3777dfb94008ce9e7ed66d2e6cbd418c953c285594b8cbcd300e8e8dfcccb9 swoole-4.5.4.tgz" +sha512sums="c676b8350483f0193e7f37600a1779a842f5c86468283926d5c0e7c696b83c16eb36693312723ed1ccfe39c0c420eebb22e0dc98f9e64b8cd88da45a3cd8f598 swoole-4.5.5.tgz" |