diff --git a/xmake/packages/l/lolly/xmake.lua b/xmake/packages/l/lolly/xmake.lua index 9722848e9b..b61d942fed 100644 --- a/xmake/packages/l/lolly/xmake.lua +++ b/xmake/packages/l/lolly/xmake.lua @@ -24,7 +24,7 @@ package("lolly") add_urls("https://github.com/XmacsLabs/lolly.git") add_urls("https://gitee.com/XmacsLabs/lolly.git") - add_versions("1.4.26", "v1.4.26") + add_versions("1.4.27", "v1.4.27") add_deps("tbox") if not is_plat("wasm") then diff --git a/xmake/vars.lua b/xmake/vars.lua index 25de2a64f6..b5dac55d44 100644 --- a/xmake/vars.lua +++ b/xmake/vars.lua @@ -19,7 +19,7 @@ STABLE_VERSION = TEXMACS_VERSION STABLE_RELEASE = 1 -- XmacsLabs dependencies -LOLLY_VERSION = "1.4.26" +LOLLY_VERSION = "1.4.27" -- Third-party dependencies S7_VERSION = "20240702"