Skip to content

Commit

Permalink
[75_32] Upgrade to lolly 1.4.27
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution! -->
## What
Key change of this upgrade:
XmacsLabs/lolly@3e42c62

## Why

## How to test your changes?
  • Loading branch information
da-liii authored Jul 18, 2024
1 parent 062f9ec commit c5710ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmake/packages/l/lolly/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion xmake/vars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5710ef

Please sign in to comment.