Skip to content

Commit

Permalink
update hpsocket to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heheda123123 authored Sep 11, 2024
1 parent f337d09 commit 6cc06e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/h/hpsocket/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package("hpsocket")
add_versions("v5.7.3", "e653f3c15ded3a4b622ab9a4a52a477c7aa40f5b86398c6b75f5a732a55496a0")
add_versions("v5.8.4", "6fd207b84e41174c06d27c0df7244584eb07fbac0a7e49d7429103071184a451")
add_versions("v5.9.1", "d40a3d0b4f0d2773ae61d32ed95df655aa6ccf5ae22c40ef38bfc88882b2478b")
add_versions("v6.0.2", "674a513e75c0d47b10321ca9382197dddd0851574b25936ef98a1c2762ef8e36")

local configs = {{name = "udp", package = "kcp"},
{name = "http", package = "http_parser"},
Expand Down Expand Up @@ -95,4 +96,4 @@ package("hpsocket")
std::cout << HP_GetHPSocketVersion() << "\n";
}
]]}, {configs = {languages = "c++11"}, includes = package:config("no_4c") and "HPSocket.h" or "HPSocket4C.h"}))
end)
end)

0 comments on commit 6cc06e0

Please sign in to comment.