Skip to content

Commit c96d8f8

Browse files
committed
Update index for 25.03
1 parent cda11c5 commit c96d8f8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.html

+9-5
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 class="display-4">CheriBSD</h1>
6565
<div class="col-lg-3 text-muted text-start">
6666
<div class="row">
6767
<div class="col">
68-
<h5>CheriBSD 24.05</h5>
68+
<h5>CheriBSD 25.03</h5>
6969
<hr class="mt-0">
7070
</div>
7171
</div>
@@ -80,16 +80,18 @@ <h5>CheriBSD 24.05</h5>
8080
<div class="row">
8181
<div class="col">
8282
<div class="btn-group mb-3 w-100">
83-
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/24.05/cheribsd-memstick-arm64-aarch64c-24.05.img.xz"
83+
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/25.03/cheribsd-memstick-arm64-aarch64c-25.03.img.xz"
8484
class="btn btn-outline-primary w-100">Download Installer</a>
8585
<button type="button" class="btn btn-outline-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
8686
<span class="visually-hidden">Toggle Dropdown</span>
8787
</button>
8888
<div class="dropdown-menu dropdown-menu-end">
8989
<h6 class="dropdown-header">Current Version</h6>
90+
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/25.03/cheribsd-memstick-arm64-aarch64c-25.03.img.xz"
91+
class="dropdown-item">25.03</a>
92+
<h6 class="dropdown-header">Old Versions</h6>
9093
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/24.05/cheribsd-memstick-arm64-aarch64c-24.05.img.xz"
9194
class="dropdown-item">24.05</a>
92-
<h6 class="dropdown-header">Old Versions</h6>
9395
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/23.11/cheribsd-memstick-arm64-aarch64c-23.11.img.xz"
9496
class="dropdown-item">23.11</a>
9597
<a href="https://download.cheribsd.org/releases/arm64/aarch64c/22.12/cheribsd-memstick-arm64-aarch64c-22.12.img.xz"
@@ -105,16 +107,18 @@ <h6 class="dropdown-header">Old Versions</h6>
105107
<div class="row">
106108
<div class="col">
107109
<div class="btn-group mb-3 w-100">
108-
<a href="/release-notes/24.05/index.html"
110+
<a href="/release-notes/25.03/index.html"
109111
class="btn btn-outline-primary w-100">View Release Notes</a>
110112
<button type="button" class="btn btn-outline-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
111113
<span class="visually-hidden">Toggle Dropdown</span>
112114
</button>
113115
<div class="dropdown-menu dropdown-menu-end">
114116
<h6 class="dropdown-header">Current Version</h6>
117+
<a href="/release-notes/25.03/index.html"
118+
class="dropdown-item">25.03</a>
119+
<h6 class="dropdown-header">Old Versions</h6>
115120
<a href="/release-notes/24.05/index.html"
116121
class="dropdown-item">24.05</a>
117-
<h6 class="dropdown-header">Old Versions</h6>
118122
<a href="/release-notes/23.11/index.html"
119123
class="dropdown-item">23.11</a>
120124
<a href="/release-notes/22.12/index.html"

0 commit comments

Comments
 (0)