aboutsummaryrefslogtreecommitdiff
path: root/rockspecs
diff options
context:
space:
mode:
authortobil4sk <tobil4sk@outlook.com>2026-03-16 15:24:15 +0000
committerGitHub <noreply@github.com>2026-03-16 12:24:15 -0300
commit9c6f75a88db1462ff655dc006588b25d3bc2a5be (patch)
tree42aacefaaac5dac98b6282b1b98462703d383a7a /rockspecs
parent1411206585364ae98736e74af96163adc7fe504f (diff)
downloadlua-compat-5.3-master.tar.gz
lua-compat-5.3-master.tar.bz2
lua-compat-5.3-master.zip
Update version checks for Lua 5.5HEADmaster
Diffstat (limited to '')
-rw-r--r--rockspecs/bit32-scm-1.rockspec2
-rw-r--r--rockspecs/compat53-scm-1.rockspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/rockspecs/bit32-scm-1.rockspec b/rockspecs/bit32-scm-1.rockspec
index 78f9736..16e81b5 100644
--- a/rockspecs/bit32-scm-1.rockspec
+++ b/rockspecs/bit32-scm-1.rockspec
@@ -14,7 +14,7 @@ description = {
14 license = "MIT" 14 license = "MIT"
15} 15}
16dependencies = { 16dependencies = {
17 "lua >= 5.1, < 5.5" 17 "lua >= 5.1, < 5.6"
18} 18}
19build = { 19build = {
20 type = "builtin", 20 type = "builtin",
diff --git a/rockspecs/compat53-scm-1.rockspec b/rockspecs/compat53-scm-1.rockspec
index b0581f9..b72eff6 100644
--- a/rockspecs/compat53-scm-1.rockspec
+++ b/rockspecs/compat53-scm-1.rockspec
@@ -16,7 +16,7 @@ description = {
16 license = "MIT" 16 license = "MIT"
17} 17}
18dependencies = { 18dependencies = {
19 "lua >= 5.1, < 5.5", 19 "lua >= 5.1, < 5.6",
20 --"struct" -- make Roberto's struct module optional 20 --"struct" -- make Roberto's struct module optional
21} 21}
22build = { 22build = {