Skip to content

Commit

Permalink
[39_2] Upgrade to lolly 1.2.10 to fix file url with env and tmdoc-tmi…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
da-liii authored Oct 11, 2023
1 parent 815545e commit ab2d391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-- [ ] portage powered
-- ...

local LOLLY_VERSION = "1.2.9"
local LOLLY_VERSION = "1.2.10"
local TBOX_VERSION = "1.7.4"

-- https://xmake.io/#/manual/package_dependencies?id=inherit-package-configuration
Expand All @@ -35,7 +35,7 @@ package("lolly")
add_deps("libcurl")
end

add_versions("v" .. LOLLY_VERSION, "c4173095d8a1afdeef37cdb48ee6453d3e5960eb")
add_versions("v" .. LOLLY_VERSION, "d8b3de4ed285e10a06bcf476a6d694c61dc4ddad")

on_install("linux", "macosx", "mingw", "wasm", "windows", function (package)
local configs = {}
Expand Down

0 comments on commit ab2d391

Please sign in to comment.