update crow to 1.2.1.1 (#6353)

* update crow to 1.2.1.1

* Update xmake.lua

* Update xmake.lua

* Update xmake.lua

---------

Co-authored-by: ruki <waruqi@gmail.com>
pull/6356/head
xpxz 6 days ago committed by GitHub
parent 4b4d646b17
commit 82632a98bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      packages/c/crow/xmake.lua

@ -4,9 +4,10 @@ package("crow")
set_description("A Fast and Easy to use microframework for the web.")
set_license("BSD 3-Clause")
set_urls("https://github.com/CrowCpp/Crow.git")
add_versions("2023.06.26", "13a91a1941fbabfc289dddcdeab08b80193f7c6c")
add_versions("2023.07.22", "4f3f5deaaa01825c63c83431bfa96ccec195f741")
add_urls("https://github.com/CrowCpp/Crow/archive/refs/tags/$(version).zip", {version = function (version)
return (version:gsub("%+", "."))
end})
add_versions("v1.2.1+1", "d9f85d9df036336c9cb872ecd73c7744e493ed5d02e9aec8b3c1351c757c9707")
add_configs("zlib", {description = "ZLib for HTTP Compression", default = true, type = "boolean"})
add_configs("ssl", {description = "OpenSSL for HTTPS support", default = true, type = "boolean"})
@ -46,5 +47,5 @@ package("crow")
{
crow::SimpleApp app;
}
]]}, {configs = {languages = "c++14"}}))
]]}, {configs = {languages = "c++17"}}))
end)

Loading…
Cancel
Save