1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 14:05:25 +03:00
aports/testing/lua-lapis-console/fix_lua_ver.patch
2023-11-13 20:48:45 +00:00

11 lines
233 B
Diff

--- a/lapis-console-dev-1.rockspec 2021-01-25 11:51:59.000000000 -0500
+++ b/lapis-console-dev-1.rockspec 2023-11-02 10:45:24.402343750 -0400
@@ -12,7 +12,7 @@
}
dependencies = {
- "lua == 5.1",
+ "lua >= 5.1",
"lapis"
}