diff options
| author | Luau Project <luau.project@gmail.com> | 2026-08-11 21:36:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-11 21:36:19 -0300 |
| commit | 583233460e2a1e22075fa15a5c2fa8feacb16165 (patch) | |
| tree | 3a8d7741e46595761f5a163903c84af2623c0d2b /binary/all_in_one | |
| parent | 44a63f61baf90d2187e98415195f8e20fad4050b (diff) | |
| download | luarocks-583233460e2a1e22075fa15a5c2fa8feacb16165.tar.gz luarocks-583233460e2a1e22075fa15a5c2fa8feacb16165.tar.bz2 luarocks-583233460e2a1e22075fa15a5c2fa8feacb16165.zip | |
Bump lua-zlib from 1.2 to 1.4 as part of Lua 5.5 support (#1858)
* chore(deps): bump lua-zlib to 1.4
* refactor: adjust static lib for `lua-zlib` 1.4 rockspec
* refactor(ci): remove unused copy of zlib import lib for MSVC
Diffstat (limited to 'binary/all_in_one')
| -rwxr-xr-x | binary/all_in_one | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 1b096936..4e0fa4d9 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
| @@ -465,7 +465,7 @@ local function main() | |||
| 465 | md5 = "md5", | 465 | md5 = "md5", |
| 466 | luasocket = "./binary/luasocket-3.1.0-1.rockspec", | 466 | luasocket = "./binary/luasocket-3.1.0-1.rockspec", |
| 467 | luasec = "./binary/luasec-1.3.2-1.rockspec", | 467 | luasec = "./binary/luasec-1.3.2-1.rockspec", |
| 468 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", | 468 | ["lua-zlib"] = "./binary/lua-zlib-1.4-0.rockspec", |
| 469 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", | 469 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", |
| 470 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), | 470 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), |
| 471 | luafilesystem = "luafilesystem", | 471 | luafilesystem = "luafilesystem", |
