File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description = {
15
15
dependencies = {
16
16
" lua >= 5.1" ,
17
17
" lualogging >= 1.5.1" ,
18
- " lrexlib-pcre >= 2.9.1 " ,
18
+ " lrexlib-pcre2 >= 2.9.2 " ,
19
19
" luaposix = 35.1-1"
20
20
}
21
21
build = {
Original file line number Diff line number Diff line change 59
59
do
60
60
sleep 1
61
61
done
62
- until luarocks install lrexlib-pcre
62
+ until luarocks install lrexlib-pcre2
63
63
do
64
64
sleep 1
65
65
done
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Install dependencies
110
110
run : |
111
111
luarocks install lualogging
112
- luarocks install lrexlib-pcre
112
+ luarocks install lrexlib-pcre2
113
113
luarocks install luaposix
114
114
luarocks install luasocket
115
115
luarocks install busted
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = {
17
17
dependencies = {
18
18
" lua >= 5.1" ,
19
19
" lualogging >= 1.5.1" ,
20
- " lrexlib-pcre >= 2.9.1 " ,
20
+ " lrexlib-pcre2 >= 2.9.2 " ,
21
21
" luaposix = 35.1-1"
22
22
}
23
23
build = {
Original file line number Diff line number Diff line change 12
12
-- See the License for the specific language governing permissions and
13
13
-- limitations under the License.
14
14
15
- local rex = require (" rex_pcre " )
15
+ local rex = require (" rex_pcre2 " )
16
16
local posix = require (" posix.fnmatch" )
17
17
18
18
local BuiltInFunctions = {}
You can’t perform that action at this time.
0 commit comments