diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:45:25 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:51:44 -0300 |
| commit | 4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8 (patch) | |
| tree | 26997b1247d54981b154f3dcc41c1714cbbdd3bc /binary/all_in_one | |
| parent | 544ea211fede3f71a2b08fb74aa4a7027fc6e09b (diff) | |
| download | luarocks-4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8.tar.gz luarocks-4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8.tar.bz2 luarocks-4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8.zip | |
deps: bump luasocket and luasec
Diffstat (limited to 'binary/all_in_one')
| -rwxr-xr-x | binary/all_in_one | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 53e0f13f..784ce1ec 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
| @@ -455,6 +455,7 @@ local function main() | |||
| 455 | LUA_DIR = LUA_DIR, | 455 | LUA_DIR = LUA_DIR, |
| 456 | LIBFLAG = "-static", | 456 | LIBFLAG = "-static", |
| 457 | PWD = "pwd", | 457 | PWD = "pwd", |
| 458 | MKDIR = "mkdir", | ||
| 458 | }, | 459 | }, |
| 459 | platforms = if_platform("windows", { "windows", "win32", "mingw32" }), | 460 | platforms = if_platform("windows", { "windows", "win32", "mingw32" }), |
| 460 | external_deps_dirs = if_platform("windows", { CROSSCOMPILER_SYSROOT, fs.current_dir() .. "/windows-deps-" .. TRIPLET }), | 461 | external_deps_dirs = if_platform("windows", { CROSSCOMPILER_SYSROOT, fs.current_dir() .. "/windows-deps-" .. TRIPLET }), |
| @@ -462,11 +463,11 @@ local function main() | |||
| 462 | 463 | ||
| 463 | local dependencies = { | 464 | local dependencies = { |
| 464 | md5 = "md5", | 465 | md5 = "md5", |
| 465 | luasec = "./binary/luasec-1.0.2-1.rockspec", | 466 | luasec = "./binary/luasec-1.3.2-1.rockspec", |
| 466 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", | 467 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", |
| 467 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", | 468 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", |
| 468 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), | 469 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), |
| 469 | luasocket = "luasocket", | 470 | luasocket = "./binary/luasocket-3.1.0-1.rockspec", |
| 470 | luafilesystem = "luafilesystem", | 471 | luafilesystem = "luafilesystem", |
| 471 | } | 472 | } |
| 472 | 473 | ||
