Skip to content

Commit 1ba95a2

Browse files
committed
upgrade to Swift 6.3.3
1 parent 081dbe5 commit 1ba95a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

recipes-devtools/swift/swift-bundle-checksums.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# swift.org only publishes x86_64 and aarch64 host bundles.
88
def swift_bundle_checksum(d, arch):
99
sha256 = {
10-
"x86_64": "648daccc9062045cb42431f6c7d620858b729abccb6bb9075a6b990e6259e897",
11-
"aarch64": "8b85ce9e2a13802654e2a097d8720f0726d0900adc3579af1649190cc6cd49be",
10+
"x86_64": "ece8c60b48b52e589f144462e247617b6ea0ce9f85dbd3d12907cf1821e20c20",
11+
"aarch64": "ea7258ee30ccf21e8d20a007c41156be997ab558954c5ab12915c7a4fbcbc89e",
1212
}
1313
if arch not in sha256:
1414
bb.fatal('swift.org bundle: no checksum for arch {}'.format(arch))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SWIFT_VERSION = "6.3.2"
1+
SWIFT_VERSION = "6.3.3"
22
SWIFT_TAG = "swift-${SWIFT_VERSION}-RELEASE"

0 commit comments

Comments
 (0)