Skip to content

Commit

Permalink
Fix sockpp patch checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Jan 24, 2024
1 parent a4018db commit 56b0f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s/sockpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package("sockpp")
add_versions("v0.8.3", "dcacfae173ae4a1e535078d3023d338c3eb170193fe1b82bc04138e9c02470ef")
add_versions("v1.0.0", "818477fae6eb29b9daacef71a3d0c494de9e48f6fd267a7fc5a4c332db211bc5")

add_patches(">=0.8.1", path.join(os.scriptdir(), "patches", "0.8.1", "strerror.patch"), "161796afa58b838a504cbee14f3db8b1bba451b54acb3165503966cad527cafe")
add_patches(">=0.8.1", path.join(os.scriptdir(), "patches", "0.8.1", "strerror.patch"), "f961fe363400f09232e8f1f7939f2bd8e66f48fa1e447cfaeb829646d2b88f64")

if is_plat("windows", "mingw") then
add_syslinks("ws2_32")
Expand Down

0 comments on commit 56b0f86

Please sign in to comment.