diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 16:15:15 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 17:02:28 -0300 |
| commit | eddf776d64941454377f996733f96873cb79bcae (patch) | |
| tree | 9ca362c77bd1827feb872f8b67650821012a9d4d /binary/lua-zlib-1.2-0.rockspec | |
| parent | 21c84dad3ff4e0de10b813260b6a5247771d6754 (diff) | |
| download | luarocks-eddf776d64941454377f996733f96873cb79bcae.tar.gz luarocks-eddf776d64941454377f996733f96873cb79bcae.tar.bz2 luarocks-eddf776d64941454377f996733f96873cb79bcae.zip | |
Changes for building the all-in-one binary with Lua 5.4
Diffstat (limited to 'binary/lua-zlib-1.2-0.rockspec')
| -rw-r--r-- | binary/lua-zlib-1.2-0.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/lua-zlib-1.2-0.rockspec b/binary/lua-zlib-1.2-0.rockspec index dd0c4a15..4e32448f 100644 --- a/binary/lua-zlib-1.2-0.rockspec +++ b/binary/lua-zlib-1.2-0.rockspec | |||
| @@ -16,7 +16,7 @@ description = { | |||
| 16 | license = "MIT" | 16 | license = "MIT" |
| 17 | } | 17 | } |
| 18 | dependencies = { | 18 | dependencies = { |
| 19 | "lua >= 5.1, <= 5.3" | 19 | "lua >= 5.1, <= 5.4" |
| 20 | } | 20 | } |
| 21 | external_dependencies = { | 21 | external_dependencies = { |
| 22 | ZLIB = { | 22 | ZLIB = { |
