diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 09:05:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:53 +0000 |
commit | 53222c7da32078873e9da55e0fbb6ea51b24a0e6 (patch) | |
tree | fd50391fa0ede7390499f507bff3d0aa6ab11426 /testing/openresty | |
parent | 815400711e4b6c74ed9ee311b0d4440501850d73 (diff) | |
download | aports-53222c7da32078873e9da55e0fbb6ea51b24a0e6.tar.bz2 aports-53222c7da32078873e9da55e0fbb6ea51b24a0e6.tar.xz |
testing/openresty: rebuild against perl 5.30
Diffstat (limited to 'testing/openresty')
-rw-r--r-- | testing/openresty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openresty/APKBUILD b/testing/openresty/APKBUILD index 10e861b41b..e092559863 100644 --- a/testing/openresty/APKBUILD +++ b/testing/openresty/APKBUILD @@ -3,7 +3,7 @@ pkgname=openresty pkgver="1.15.8.1" _rc=2 -pkgrel=0 +pkgrel=1 pkgdesc="Scalable Web Platform by Extending NGINX with Lua" url="https://openresty.org/" arch="all !ppc64le !s390x" # LuaJIT build errors |