Update aws-c-http to v0.8.1 (#3652)

pull/3657/head
ruki 8 months ago committed by GitHub
parent fd48bc7b78
commit bb143ffddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/a/aws-c-http/xmake.lua

@ -6,6 +6,7 @@ package("aws-c-http")
add_urls("https://github.com/awslabs/aws-c-http/archive/refs/tags/$(version).tar.gz",
"https://github.com/awslabs/aws-c-http.git")
add_versions("v0.8.1", "83fb47e2d7956469bb328f16dea96663e96f8f20dc60dc4e9676b82804588530")
add_versions("v0.7.12", "0f92f295c96e10aa9c1e66ac73c038ee9d9c61e1be7551e721ee0dab9c89fc6f")
add_configs("asan", {description = "Enable Address Sanitize.", default = false, type = "boolean"})

Loading…
Cancel
Save