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 86b0b29 commit 132bff7Copy full SHA for 132bff7
utils/build.ps1
@@ -279,7 +279,7 @@ $DefaultPinned = @{
279
};
280
ARM64 = @{
281
PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10-arm64.exe"
282
- PinnedSHA256 = "";
+ PinnedSHA256 = "A4394A53082BC0346A0D85C6B4A52F540A29517D594288707B8C1D6BAA0B9E55";
283
PinnedVersion = "0.0.0";
284
285
}
0 commit comments