Skip to content

Commit

Permalink
[13_12] upgrade to lolly 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Dec 3, 2023
1 parent 26f252d commit 5d51690
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.3.4"
local LOLLY_VERSION = "1.3.5"
local TBOX_VERSION = "1.7.5"
local CPR_VERSION = "1.10.5"
local CURL_VERSION = "8.4.0"
Expand All @@ -38,7 +38,7 @@ package("lolly")
add_deps("cpr")
end

add_versions("v" .. LOLLY_VERSION, "4bb37aee7eabff059fdf9b328adade7a72ccf3b4")
add_versions("v" .. LOLLY_VERSION, "95f371e041c69b2a287cf6735c7ae39de7f9bce7")

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

0 comments on commit 5d51690

Please sign in to comment.