Skip to content

Commit

Permalink
Merge pull request #16508 from github/redsun82/updated-prebuilt
Browse files Browse the repository at this point in the history
Swift: update prebuilt package
  • Loading branch information
redsun82 authored May 16, 2024
2 parents b1329fd + 451f601 commit 92699d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swift/third_party/load.bzl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

_swift_prebuilt_version = "swift-5.10-RELEASE.316"
_swift_prebuilt_version = "swift-5.10-RELEASE.322"
_swift_sha_map = {
"Linux-X64": "8c6769a39ec94517ed56a9bf437ffe391ab8d76268f7ece1464deb6cf414ef40",
"macOS-ARM64": "8541653cd3d78fd14a67150f12c96b9f522b2b51231b5d3085e356ed5f5f0a6b",
"macOS-X64": "69fafb0c93029e1824bc70e9d3b05d6359077da41d61eed014a4c82a35e9b56c",
"Linux-X64": "634497779e930a808489e5d472753b604c07085abf411356cae7921bde14130f",
"macOS-ARM64": "293df92da9a3cc79c595a28b1b4ec881a5fdb248ea7eac34c89943e94deff700",
"macOS-X64": "813c1746777701d30e716c130b0bb087a9c5b7ab025fd99afc695ec52cd432ad",
}

_swift_arch_map = {
Expand Down

0 comments on commit 92699d1

Please sign in to comment.