Skip to content

Commit cb92513

Browse files
committed
Close #49
1 parent 0ec3683 commit cb92513

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nickblah/lua:5.1-luarocks-ubuntu
1+
FROM nickblah/lua:5.4-luarocks-ubuntu
22

33
RUN apt-get update -qq > /dev/null \
44
&& apt-get install build-essential git zip -qq > /dev/null \
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package = "xml2lua"
2-
version = "1.4-1"
2+
version = "1.4-2"
33
source = {
44
url = "git://github.com/manoelcampos/xml2lua",
5-
tag = "v1.4-1"
5+
tag = "v1.4-2"
66
}
77
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+",
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
}
1616
dependencies = {
17-
"lua >= 5.1, <= 5.3"
17+
"lua >= 5.1, <= 5.4"
1818
}
1919
build = {
2020
type = "builtin",
@@ -25,4 +25,4 @@ build = {
2525
["xmlhandler.print"] = "xmlhandler/print.lua",
2626
["xmlhandler.dom"] = "xmlhandler/dom.lua",
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)