88 < h2 > main</ h2 >
99 < p class ="body-copy ">
1010 < small > {{ static_sdk_dev_builds.first.date | date: '%B %-d, %Y' }}</ small > < br />
11- Static Linux SDK - Cross compile to Linux.
12- < br /> < br />
1311 {% assign base_url = "https://download.swift.org/development/static-sdk/" | append: static_sdk_dev_builds.first.dir | append: "/" | append: static_sdk_dev_builds.first.download %}
1412 {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: static_sdk_dev_builds.first.checksum %}
1513 < button onclick ="copyToClipboard(this, '{{ command | escape }}') ">
@@ -18,7 +16,7 @@ <h2>main</h2>
1816 </ p >
1917 < div class ="link-wrapper ">
2018 < div class ="link-group ">
21- < a href ="https://download.swift.org/development/static-sdk/{{ static_sdk_dev_builds.first.dir }}/{{ static_sdk_dev_builds.first.download }} " class ="body-copy "> Download Linux Static SDK </ a > |
19+ < a href ="https://download.swift.org/development/static-sdk/{{ static_sdk_dev_builds.first.dir }}/{{ static_sdk_dev_builds.first.download }} " class ="body-copy "> Download</ a > |
2220 < a href ="https://download.swift.org/development/static-sdk/{{ static_sdk_dev_builds.first.dir }}/{{ static_sdk_dev_builds.first.download_signature }} " class ="body-copy "> Signature (PGP)</ a >
2321 </ div >
2422 </ div >
@@ -31,8 +29,6 @@ <h2>main</h2>
3129 < h2 > release/6.2</ h2 >
3230 < p class ="body-copy ">
3331 < small > {{ static_sdk_6_2_builds.first.date | date: '%B %-d, %Y' }}</ small > < br />
34- Static Linux SDK - Cross compile to Linux.
35- < br /> < br />
3632 {% 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 %}
3733 {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: static_sdk_6_2_builds.first.checksum %}
3834 < button onclick ="copyToClipboard(this, '{{ command | escape }}') ">
@@ -41,7 +37,7 @@ <h2>release/6.2</h2>
4137 </ p >
4238 < div class ="link-wrapper ">
4339 < div class ="link-group ">
44- < 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 Linux Static SDK </ a > |
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 > |
4541 < 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 >
4642 </ div >
4743 </ div >
0 commit comments