File tree Expand file tree Collapse file tree 3 files changed +23
-22
lines changed Expand file tree Collapse file tree 3 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 41
41
<a href="/install/linux/tarball" class="cta-secondary">Instructions</a>
42
42
</li >
43
43
</ul >
44
- {% include install/_ static_sdk_release.md %}
45
44
46
- {% if include.rpm %}
47
- <ul class =" grid-level-0 grid-layout-2-column " >
45
+ <ul class =" grid-level-0 " >
46
+ {% include install/_ static_sdk_release.md %}
47
+
48
+ {% if include.rpm %}
48
49
<li class =" grid-level-1 featured " >
49
50
<h3 >RPM</h3 >
50
51
<p class =" description " >
51
52
RPM Package Manager (Experimental use only)
52
53
</p >
53
54
<a href =" /install/linux/rpm " class =" cta-secondary " >Instructions</a >
54
55
</li >
55
- </ ul >
56
- {% endif %}
56
+ {% endif %}
57
+ </ ul >
57
58
58
59
<hr >
Original file line number Diff line number Diff line change 1
- <ul class =" install-instruction " >
2
- <li class="resource featured">
3
- <h3>Static Linux SDK </h3>
4
- <p class="description">
5
- Static Linux SDK - Cross compile to Linux
6
- <ul>
7
- <li><a href="https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz.sig">Signature (PGP)</a>
8
- </li>
9
- <li>
10
- Checksum: <code>7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652</code></li>
11
- </ul>
12
- </p>
13
- <a href="https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz" class="cta-secondary">Download Linux Static SDK</a>
14
- <a href="/documentation/articles/static-linux-getting-started.html" class="cta-secondary">Instructions (Static Linux SDK)</a>
15
- </li >
16
- </ul >
1
+ <li class =" grid-level-1 featured " >
2
+ <h3 >Static Linux SDK </h3 >
3
+ <p class =" description " >
4
+ Static Linux SDK - Cross compile to Linux
5
+ <ul>
6
+ <li><a href="https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz.sig">Signature (PGP)</a>
7
+ </li>
8
+ <li>
9
+ Checksum: <code>7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652</code></li>
10
+ </ul>
11
+ </p >
12
+ <a href =" https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz " class =" cta-secondary " >Download Linux Static SDK</a >
13
+ <a href =" /documentation/articles/static-linux-getting-started.html " class =" cta-secondary " >Instructions (Static Linux SDK)</a >
14
+ </li >
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ title: Install Swift
25
25
</li >
26
26
</ul >
27
27
28
- {% include install/_ static_sdk_release.md %}
28
+ <ul class =" grid-level-0 " >
29
+ {% include install/_ static_sdk_release.md %}
30
+ </ul >
29
31
30
32
<hr >
31
33
You can’t perform that action at this time.
0 commit comments