Skip to content

Commit

Permalink
[75_4] bump to lolly 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Jan 14, 2024
1 parent be4192b commit 22a8a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions xmake-requires.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
version = "1.6.36"
},
["lolly#31fecfc4"] = {
version = "v1.3.15"
version = "v1.3.16"
},
["openssl#31fecfc4"] = {
repo = {
Expand Down Expand Up @@ -211,7 +211,7 @@
version = "v1.6.37"
},
["lolly#31fecfc4"] = {
version = "v1.3.15"
version = "v1.3.16"
},
["pdfhummus 4.6.2#23149c54"] = {
repo = {
Expand Down Expand Up @@ -328,7 +328,7 @@
version = "v1.6.37"
},
["lolly#31fecfc4"] = {
version = "v1.3.15"
version = "v1.3.16"
},
["nasm#31fecfc4"] = {
repo = {
Expand Down
4 changes: 2 additions & 2 deletions xmake/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
local S7_VERSION = "2023.04.13"
local QT6_VERSION = "6.5.3"
local QTIFW_VERSION = "4.6.0"
local LOLLY_VERSION = "1.3.15"
local LOLLY_VERSION = "1.3.16"
local TBOX_VERSION = "1.7.5"
local CPR_VERSION = "1.10.5"
local CURL_VERSION = "8.4.0"
Expand All @@ -43,7 +43,7 @@ package("lolly")
add_deps("cpr")
end

add_versions("v" .. LOLLY_VERSION, "a6bcf19a3944d67f2f498975cf3206a1d9482148")
add_versions("v" .. LOLLY_VERSION, "e85d9c2c6196b2c02c9afcdb95135871f9afe263")

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

0 comments on commit 22a8a8f

Please sign in to comment.