1 parent 081dbe5 commit 1ba95a2Copy full SHA for 1ba95a2
2 files changed
recipes-devtools/swift/swift-bundle-checksums.inc
@@ -7,8 +7,8 @@
7
# swift.org only publishes x86_64 and aarch64 host bundles.
8
def swift_bundle_checksum(d, arch):
9
sha256 = {
10
- "x86_64": "648daccc9062045cb42431f6c7d620858b729abccb6bb9075a6b990e6259e897",
11
- "aarch64": "8b85ce9e2a13802654e2a097d8720f0726d0900adc3579af1649190cc6cd49be",
+ "x86_64": "ece8c60b48b52e589f144462e247617b6ea0ce9f85dbd3d12907cf1821e20c20",
+ "aarch64": "ea7258ee30ccf21e8d20a007c41156be997ab558954c5ab12915c7a4fbcbc89e",
12
}
13
if arch not in sha256:
14
bb.fatal('swift.org bundle: no checksum for arch {}'.format(arch))
recipes-devtools/swift/swift-version.inc
@@ -1,2 +1,2 @@
1
-SWIFT_VERSION = "6.3.2"
+SWIFT_VERSION = "6.3.3"
2
SWIFT_TAG = "swift-${SWIFT_VERSION}-RELEASE"
0 commit comments