Skip to content

Commit a6e6f08

Browse files
committed
Update list of packages
1 parent e82222c commit a6e6f08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

news/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ <h5>Changes since KERN-7</h5>
2020
<ul>
2121
<li>Based on Casacore 3.5</li>
2222
<li>All existing packages updated to the latest versions.</li>
23+
<li>Most packages support both amd64 and arm64.</li>
2324
</ul>
2425

2526
<hr>
26-
27+
2728
<h2>KERN-7</h2>
2829
<p>release date: <b>April 12 2021</b></p>
2930

update.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def print_list(source_packages):
102102
</div>
103103
</nav>
104104
<div class="tab-content" id="nav-tabContent">
105-
<div class="tab-pane fade show active" id="KERN-7" role="tabpanel" aria-labelledby="nav-home-tab">
105+
<div class="tab-pane fade show active" id="KERN-8" role="tabpanel" aria-labelledby="nav-home-tab">
106106
<h3 class="display-4">KERN-8</h3>
107107
<h3>Ubuntu 20.04, Focal</h3>
108108
@@ -120,7 +120,7 @@ def print_list(source_packages):
120120
<hr>
121121
122122
""")
123-
123+
124124
print_list(source_packages_7)
125125

126126

0 commit comments

Comments
 (0)