1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/lua-lapis-exceptions/fix_lua_ver.patch
2023-11-13 20:47:50 +00:00

11 lines
255 B
Diff

--- a/lapis-exceptions-dev-1.rockspec 2023-07-20 18:18:16.000000000 -0400
+++ b/lapis-exceptions-dev-1.rockspec 2023-11-02 10:50:25.025634765 -0400
@@ -12,7 +12,7 @@
}
dependencies = {
- "lua == 5.1",
+ "lua >= 5.1",
"lapis",
"tableshape",
}