aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-02 23:57:41 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-02 23:58:50 -0700
commitb054d5fa5bc4a9d068a6084bd23615ad09bcb95c (patch)
treeb3cf67185018352b981255432655e80a5231853f /_includes/downloads
parentRemove stickermule (diff)
downloadwww-b054d5fa5bc4a9d068a6084bd23615ad09bcb95c.tar.gz
www-b054d5fa5bc4a9d068a6084bd23615ad09bcb95c.tar.bz2
www-b054d5fa5bc4a9d068a6084bd23615ad09bcb95c.zip
downloads/sparc.html: Add sparc download links
And remove the dead multilib link. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to '_includes/downloads')
-rw-r--r--_includes/downloads/sparc.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html
index 0aa4281..8168278 100644
--- a/_includes/downloads/sparc.html
+++ b/_includes/downloads/sparc.html
@@ -5,7 +5,9 @@
</div>
<h4>Stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64" title="Stage 3" %}
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-multilib" title="Stage 3" tag="multilib" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64" title="Stage 3 (64-bit userland)" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-systemd" title="Stage 3 (64-bit userland)" tag="systemd" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc" title="Stage 3 (32-bit userland)" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd" title="Stage 3 (32-bit userland)" tag="systemd" %}
</div>
</div>