Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Author : Brian Maher <brian at brimworks dot com>
Library : lua_zlib - Lua 5.1 to Lua 5.4 interface to zlib
Library : lua_zlib - Lua 5.1 to Lua 5.5 interface to zlib

The MIT License

Expand Down
2 changes: 1 addition & 1 deletion lua-zlib-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = {
license = "MIT"
}
dependencies = {
"lua >= 5.1, <= 5.4"
"lua >= 5.1, <= 5.5"
}
external_dependencies = {
ZLIB = {
Expand Down
Loading