Skip to content

Commit

Permalink
update crow to 1.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heheda123123 authored Feb 13, 2025
1 parent c78b8a0 commit 9755436
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/c/crow/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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")
set_urls("https://github.com/CrowCpp/Crow/archive/refs/tags/$(version).zip",
"https://github.com/CrowCpp/Crow.git")
add_versions("2023.06.26", "13a91a1941fbabfc289dddcdeab08b80193f7c6c")
add_versions("2023.07.22", "4f3f5deaaa01825c63c83431bfa96ccec195f741")
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"})
Expand Down Expand Up @@ -46,5 +48,5 @@ package("crow")
{
crow::SimpleApp app;
}
]]}, {configs = {languages = "c++14"}}))
]]}, {configs = {languages = "c++17"}}))
end)

0 comments on commit 9755436

Please sign in to comment.