File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM nickblah/lua:5.1 -luarocks-ubuntu
1+ FROM nickblah/lua:5.4 -luarocks-ubuntu
22
33RUN apt-get update -qq > /dev/null \
44 && apt-get install build-essential git zip -qq > /dev/null \
Original file line number Diff line number Diff line change 11package = " xml2lua"
2- version = " 1.4-1 "
2+ version = " 1.4-2 "
33source = {
44 url = " git://github.com/manoelcampos/xml2lua" ,
5- tag = " v1.4-1 "
5+ tag = " v1.4-2 "
66}
77description = {
8- summary = " An XML Parser written entirely in Lua that works for Lua 5.1 to 5.3 " ,
8+ summary = " An XML Parser written entirely in Lua that works for Lua 5.1+ " ,
99 detailed = [[
1010 Enables parsing a XML string into a Lua Table and
1111 converting a Lua Table to an XML string.
@@ -14,7 +14,7 @@ description = {
1414 license = " MIT"
1515}
1616dependencies = {
17- " lua >= 5.1, <= 5.3 "
17+ " lua >= 5.1, <= 5.4 "
1818}
1919build = {
2020 type = " builtin" ,
@@ -25,4 +25,4 @@ build = {
2525 [" xmlhandler.print" ] = " xmlhandler/print.lua" ,
2626 [" xmlhandler.dom" ] = " xmlhandler/dom.lua" ,
2727 }
28- }
28+ }
You can’t perform that action at this time.
0 commit comments