Skip to content

Commit 1df8e53

Browse files
committed
update luarocks support versions
1 parent c425885 commit 1df8e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openssl-scm-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ description = {
1111
license = "MIT",
1212
maintainer = "George Zhao",
1313
detailed = [[
14-
Full openssl bindings for luajit and lua 5.1/5.2/5.3.
14+
Full openssl bindings for luajit and lua 5.1/5.2/5.3/5.4.
1515
1616
This library makes openssl available to lua scripts.
1717
]],
1818
}
1919

2020
dependencies = {
21-
"lua >= 5.1, < 5.4"
21+
"lua >= 5.1, <= 5.4"
2222
}
2323

2424
external_dependencies = {

0 commit comments

Comments
 (0)