diff options
| author | Christian Clauss <cclauss@me.com> | 2026-08-08 22:07:17 +0200 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2026-08-11 14:18:02 -0300 |
| commit | 44a63f61baf90d2187e98415195f8e20fad4050b (patch) | |
| tree | c9e7722f25e8a982cf5ce08ea3da9470874916e6 /spec/util/versions.lua | |
| parent | 665f160b4d0b79e85e66c6cc83e442d72eb40868 (diff) | |
| download | luarocks-44a63f61baf90d2187e98415195f8e20fad4050b.tar.gz luarocks-44a63f61baf90d2187e98415195f8e20fad4050b.tar.bz2 luarocks-44a63f61baf90d2187e98415195f8e20fad4050b.zip | |
Upgrade deps compat53 and luacov for lua5.5 compatibility
Diffstat (limited to 'spec/util/versions.lua')
| -rw-r--r-- | spec/util/versions.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/util/versions.lua b/spec/util/versions.lua index 22d811e2..e5c85c17 100644 --- a/spec/util/versions.lua +++ b/spec/util/versions.lua | |||
| @@ -1,13 +1,14 @@ | |||
| 1 | return { | 1 | return { |
| 2 | binaryheap = "0.4-1", -- dependency for copas | 2 | binaryheap = "0.4-1", -- dependency for copas |
| 3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 | 3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 |
| 4 | cluacov = "0.1.3-1", | 4 | cluacov = "1.0.0-1", |
| 5 | compat53 = "0.14.3-1", | 5 | compat53 = "0.15.1-1", |
| 6 | copas = "3.0.0-2", | 6 | copas = "3.0.0-2", |
| 7 | cprint = "0.2-1", | 7 | cprint = "0.2-1", |
| 8 | datafile = "0.11-1", | ||
| 8 | dkjson = "2.6-1", | 9 | dkjson = "2.6-1", |
| 9 | lpeg = "1.0.0-1", | 10 | lpeg = "1.0.0-1", |
| 10 | luacov = "0.15.0-1", | 11 | luacov = "0.17.0-1", |
| 11 | luafilesystem = "1.8.0-1", | 12 | luafilesystem = "1.8.0-1", |
| 12 | luafilesystem_old = "1.6.3-2", | 13 | luafilesystem_old = "1.6.3-2", |
| 13 | luaposix = "35.1-1", | 14 | luaposix = "35.1-1", |
