Skip to content

Commit 48e1a61

Browse files
committed
fix: update WASI SDK 25 macOS x86_64 checksum
Update darwin_amd64 checksum from cf5f524de23f231756ec2f3754fc810ea3f6206841a968c45d8b7ea47cfc3a61 to 55e3ff3fee1a15678a16eeccba0129276c9f6be481bc9c283e7f9f65bf055c11 in both JSON and hardcoded registry files.
1 parent 9c83349 commit 48e1a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checksums/registry.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _get_hardcoded_checksums(tool_name):
179179
"release_date": "2024-11-01",
180180
"platforms": {
181181
"darwin_amd64": {
182-
"sha256": "cf5f524de23f231756ec2f3754fc810ea3f6206841a968c45d8b7ea47cfc3a61",
182+
"sha256": "55e3ff3fee1a15678a16eeccba0129276c9f6be481bc9c283e7f9f65bf055c11",
183183
"url_suffix": "macos.tar.gz",
184184
},
185185
"darwin_arm64": {

checksums/tools/wasi-sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"release_date": "2024-11-01",
99
"platforms": {
1010
"darwin_amd64": {
11-
"sha256": "cf5f524de23f231756ec2f3754fc810ea3f6206841a968c45d8b7ea47cfc3a61",
11+
"sha256": "55e3ff3fee1a15678a16eeccba0129276c9f6be481bc9c283e7f9f65bf055c11",
1212
"url_suffix": "macos.tar.gz"
1313
},
1414
"darwin_arm64": {

0 commit comments

Comments
 (0)