We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202948a commit 2004397Copy full SHA for 2004397
packages/a/aws-lc/xmake.lua
@@ -5,6 +5,7 @@ package("aws-lc")
5
add_urls("https://github.com/aws/aws-lc/archive/refs/tags/$(version).tar.gz",
6
"https://github.com/aws/aws-lc.git")
7
8
+ add_versions("v1.34.2", "4958ac76edd53ced46d3a064cb58be8bd11e4937bcc3857623d319c2894d0904")
9
add_versions("v1.32.0", "67fbb78659055c2289c9068bb4ca1c0f1b6ca27700c7f6d34c6bc2f27cd46314")
10
11
add_configs("jitter", {description = "Enable FIPS entropy source: CPU Jitter", default = false, type = "boolean"})
0 commit comments