Skip to content

Commit f515a4a

Browse files
committed
upgrade to Swift 6.3.1 (jeremy-prater#55)
1 parent fbfa687 commit f515a4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

recipes-devtools/swift/swift-native.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def swift_host_arch(d):
1919

2020
def swift_native_arch_checksum(d):
2121
sha256 = {
22-
"x86_64": "6b3558cb78f7b176fd586223aad62a4703cb82f9d5aee94c5d4a41e58d8bf4a1",
23-
"aarch64": "b88b65fac38228e57f3bd73d74b543e9d0f6990443d75491e1cb2c1533d3c0e5"
22+
"x86_64": "1dfa4a000d7cd5565cae340be8feeb342f5c3caa735a0dec67391c2d2e1370c9",
23+
"aarch64": "c6847f4eb89cb6f4faae1695f7b63b276b26aae5fd57dc22ebf968b48c797857"
2424
}
2525

2626
host_arch = d.getVar('HOST_ARCH')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SWIFT_VERSION = "6.3"
1+
SWIFT_VERSION = "6.3.1"
22
SWIFT_TAG = "swift-${SWIFT_VERSION}-RELEASE"

0 commit comments

Comments
 (0)