diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-11 23:07:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-11 23:07:44 +0200 |
commit | 16f4ae149aaf176751d6d2e0cfab050c572ee5cb (patch) | |
tree | fd4b1586cdeb5e74281afefac4a5e756270078dd /_includes | |
parent | drop bman from security page; ajak is lead (diff) | |
download | www-16f4ae149aaf176751d6d2e0cfab050c572ee5cb.tar.gz www-16f4ae149aaf176751d6d2e0cfab050c572ee5cb.tar.bz2 www-16f4ae149aaf176751d6d2e0cfab050c572ee5cb.zip |
"clang stages" are now "llvm stages"
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index ecfbb83..7ca4326 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -14,8 +14,8 @@ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-openrc" title="Stage 3" tag="no multilib | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-systemd" title="Stage 3" tag="no multilib | systemd" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-clang-openrc" title="Stage 3" tag="llvm | openrc" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-clang-systemd" title="Stage 3" tag="llvm | systemd" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} {% include partials/download-link.html type="stage3" arch="amd64" id="x32-openrc" title="Stage 3" tag="x32 | openrc" %} </div> @@ -39,7 +39,7 @@ <h4>Musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl" title="Stage 3" tag="musl | openrc" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-clang" title="Stage 3" tag="musl | llvm | openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-llvm" title="Stage 3" tag="musl | llvm | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-hardened" title="Hardened stage 3" tag="musl | openrc" %} </div> <div class="alert alert-info"> |