11{% assign static_sdk_dev_builds = site.data.builds.development.static_sdk | sort: 'date' | reverse %}
2- {% assign static_sdk_6_2_builds = site.data.builds.swift-6_2 -branch.static-sdk | sort: 'date' | reverse %}
2+ {% assign static_sdk_6_3_builds = site.data.builds.swift-6_3 -branch.static-sdk | sort: 'date' | reverse %}
33
44< div class ="releases-grid ">
55 < div class ="release-box section ">
@@ -26,19 +26,19 @@ <h2>main</h2>
2626 < div class ="release-box section ">
2727 < div class ="content ">
2828 < div class ="code-box content-wrapper ">
29- < h2 > release/6.2 </ h2 >
29+ < h2 > release/6.3 </ h2 >
3030 < p class ="body-copy ">
31- < small > {{ static_sdk_6_2_builds .first.date | date: '%B %-d, %Y' }}</ small > < br />
32- {% assign base_url = "https://download.swift.org/swift-6.2 -branch/static-sdk/" | append: static_sdk_6_2_builds .first.dir | append: "/" | append: static_sdk_6_2_builds .first.download %}
33- {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: static_sdk_6_2_builds .first.checksum %}
31+ < small > {{ static_sdk_6_3_builds .first.date | date: '%B %-d, %Y' }}</ small > < br />
32+ {% assign base_url = "https://download.swift.org/swift-6.3 -branch/static-sdk/" | append: static_sdk_6_3_builds .first.dir | append: "/" | append: static_sdk_6_3_builds .first.download %}
33+ {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: static_sdk_6_3_builds .first.checksum %}
3434 < button onclick ="copyToClipboard(this, '{{ command | escape }}') ">
3535 Copy install command
3636 </ button >
3737 </ p >
3838 < div class ="link-wrapper ">
3939 < div class ="link-group ">
40- < a href ="https://download.swift.org/swift-6.2 -branch/static-sdk/{{ static_sdk_6_2_builds .first.dir }}/{{ static_sdk_6_2_builds .first.download }} " class ="body-copy "> Download</ a > |
41- < a href ="https://download.swift.org/swift-6.2 -branch/static-sdk/{{ static_sdk_6_2_builds .first.dir }}/{{ static_sdk_6_2_builds .first.download_signature }} " class ="body-copy "> Signature (PGP)</ a >
40+ < a href ="https://download.swift.org/swift-6.3 -branch/static-sdk/{{ static_sdk_6_3_builds .first.dir }}/{{ static_sdk_6_3_builds .first.download }} " class ="body-copy "> Download</ a > |
41+ < a href ="https://download.swift.org/swift-6.3 -branch/static-sdk/{{ static_sdk_6_3_builds .first.dir }}/{{ static_sdk_6_3_builds .first.download_signature }} " class ="body-copy "> Signature (PGP)</ a >
4242 </ div >
4343 </ div >
4444 </ div >
0 commit comments