From cb00c1cea6c9f22711bbbe34422764e9ab014821 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Sat, 23 Nov 2024 19:41:05 +0800 Subject: [PATCH] [75_33] bump to lolly 1.4.28 --- xmake/packages/l/lolly/xmake.lua | 2 +- xmake/vars.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/packages/l/lolly/xmake.lua b/xmake/packages/l/lolly/xmake.lua index 9722848e9b..c497ef6d07 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.28", "v1.4.28") add_deps("tbox") if not is_plat("wasm") then diff --git a/xmake/vars.lua b/xmake/vars.lua index 95d26b577c..4403ae3497 100644 --- a/xmake/vars.lua +++ b/xmake/vars.lua @@ -20,7 +20,7 @@ STABLE_RELEASE = 1 -- XmacsLabs dependencies TBOX_VERSION = "1.7.6" -LOLLY_VERSION = "1.4.26" +LOLLY_VERSION = "1.4.28" -- Third-party dependencies CPPTRACE_VERSION = "v0.7.1"