File tree 2 files changed +6
-6
lines changed
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
2
2
3
3
RUN apt-get update -qq > /dev/null \
4
4
&& apt-get install build-essential git zip -qq > /dev/null \
Original file line number Diff line number Diff line change 1
1
package = " xml2lua"
2
- version = " 1.4-1 "
2
+ version = " 1.4-2 "
3
3
source = {
4
4
url = " git://github.com/manoelcampos/xml2lua" ,
5
- tag = " v1.4-1 "
5
+ tag = " v1.4-2 "
6
6
}
7
7
description = {
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+ " ,
9
9
detailed = [[
10
10
Enables parsing a XML string into a Lua Table and
11
11
converting a Lua Table to an XML string.
@@ -14,7 +14,7 @@ description = {
14
14
license = " MIT"
15
15
}
16
16
dependencies = {
17
- " lua >= 5.1, <= 5.3 "
17
+ " lua >= 5.1, <= 5.4 "
18
18
}
19
19
build = {
20
20
type = " builtin" ,
@@ -25,4 +25,4 @@ build = {
25
25
[" xmlhandler.print" ] = " xmlhandler/print.lua" ,
26
26
[" xmlhandler.dom" ] = " xmlhandler/dom.lua" ,
27
27
}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments