From c670de05e7ffc43ce5d7dfa2ddc1b7ab3dba98ce Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 27 Mar 2024 21:55:30 +0100 Subject: Fix sparc download links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- _includes/downloads/sparc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html index 30ec448..ad31cb3 100644 --- a/_includes/downloads/sparc.html +++ b/_includes/downloads/sparc.html @@ -5,10 +5,10 @@

Stage archives

- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64" title="Stage 3 (64-bit userland)" tag="openrc" %} - {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-systemd-mergedusr" title="Stage 3 (64-bit userland)" tag="systemd | merged usr" %} - {% include partials/download-link.html type="stage3" arch="sparc" id="sparc" title="Stage 3 (32-bit userland)" tag="openrc" %} - {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd-mergedusr" title="Stage 3 (32-bit userland)" tag="systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-openrc" title="Stage 3 (64-bit userland)" tag="openrc" %} + {% 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-openrc" title="Stage 3 (32-bit userland)" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd" title="Stage 3 (32-bit userland)" tag="systemd" %}
-- cgit v1.2.3-65-gdbad