diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:41:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:00:37 +0000 |
commit | 68b2a5e3e236bfc256659bb880324958c46e6c7d (patch) | |
tree | 0bff0754b3fdba356ae1a6e454b34847ac6050e1 /testing/php7-pecl-swoole | |
parent | d890633fa26e66f3df2e7b19409dbb460ab7f6ef (diff) | |
download | aports-68b2a5e3e236bfc256659bb880324958c46e6c7d.tar.bz2 aports-68b2a5e3e236bfc256659bb880324958c46e6c7d.tar.xz |
testing/php7-pecl-swoole: rebuild against php 7.3
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r-- | testing/php7-pecl-swoole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD index 88b114bfc3..050d5bc9e6 100644 --- a/testing/php7-pecl-swoole/APKBUILD +++ b/testing/php7-pecl-swoole/APKBUILD @@ -2,7 +2,7 @@ pkgname=php7-pecl-swoole _pkgreal=swoole pkgver=4.3.4 -pkgrel=0 +pkgrel=1 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 |