File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description = {
1515dependencies = {
1616 " lua >= 5.1" ,
1717 " lualogging >= 1.5.1" ,
18- " lrexlib-pcre >= 2.9.1 " ,
18+ " lrexlib-pcre2 >= 2.9.2 " ,
1919 " luaposix = 35.1-1"
2020}
2121build = {
Original file line number Diff line number Diff line change 5959 do
6060 sleep 1
6161 done
62- until luarocks install lrexlib-pcre
62+ until luarocks install lrexlib-pcre2
6363 do
6464 sleep 1
6565 done
@@ -109,7 +109,7 @@ jobs:
109109 - name : Install dependencies
110110 run : |
111111 luarocks install lualogging
112- luarocks install lrexlib-pcre
112+ luarocks install lrexlib-pcre2
113113 luarocks install luaposix
114114 luarocks install luasocket
115115 luarocks install busted
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = {
1717dependencies = {
1818 " lua >= 5.1" ,
1919 " lualogging >= 1.5.1" ,
20- " lrexlib-pcre >= 2.9.1 " ,
20+ " lrexlib-pcre2 >= 2.9.2 " ,
2121 " luaposix = 35.1-1"
2222}
2323build = {
Original file line number Diff line number Diff line change 1212-- See the License for the specific language governing permissions and
1313-- limitations under the License.
1414
15- local rex = require (" rex_pcre " )
15+ local rex = require (" rex_pcre2 " )
1616local posix = require (" posix.fnmatch" )
1717
1818local BuiltInFunctions = {}
You can’t perform that action at this time.
0 commit comments