|
14 | 14 | <link href="assets/css/style.css" rel="stylesheet"> |
15 | 15 |
|
16 | 16 | <link href="assets/fonts/open-sans/all.css" rel="stylesheet"> |
17 | | - <link href="assets/fontawesome/css/regular.css" rel="stylesheet"> |
| 17 | + <link href="assets/fontawesome/css/regular.css" rel="stylesheet"> |
18 | 18 | <link href="assets/fontawesome/css/solid.min.css" rel="stylesheet"> |
19 | 19 | <link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet"> |
20 | 20 |
|
@@ -449,7 +449,7 @@ <h1>Docker</h1> |
449 | 449 | <section id="snapshots"> |
450 | 450 | <h1>Development Snapshots</h1> |
451 | 451 |
|
452 | | - <div id="snapshots-osx" class="subsection"> |
| 452 | + <div id="snapshots-osx" class="subsection"> |
453 | 453 | <h2 class="link-hover">macOS<span> <a class="section-link" href="#snapshots-osx">§</a></span></h2> |
454 | 454 |
|
455 | 455 | <p>System requirements: macOS 11 "Big Sur" or newer, universal build supporting Intel and Apple Silicon systems.</p> |
@@ -610,11 +610,12 @@ <h2>Debian / Ubuntu packages built on <a href="https://build.opensuse.org/">Open |
610 | 610 |
|
611 | 611 | <p>The <a href="https://build.opensuse.org/projects/home:t-paul/signing_keys">release key</a> must be added to |
612 | 612 | the apt key-ring so apt-get, apt and other tools can validate the packages.<br> |
613 | | - <code>Key ID: 75F3214F30EB8E08 (valid till 2025-07-09)</code><br/> |
| 613 | + |
| 614 | + <code>Key ID: 75F3214F30EB8E08 (valid till 2027-07-27)</code><br/> |
614 | 615 | <code>Key UID: home:t-paul OBS Project <home:t-paul@build.opensuse.org></code> |
615 | 616 | <code>Fingerprint: 5F4A 8A2C 8BB1 1716 F294 82BB 75F3 214F 30EB 8E08</code></p> |
616 | 617 |
|
617 | | - <p>NOTE: If you get errors about an expired key valid till 2023-06-14, please re-import the key.</p> |
| 618 | + <p>NOTE: If you get errors about an expired key valid till 2025-07-09, please re-import the key.</p> |
618 | 619 |
|
619 | 620 | <p><pre> |
620 | 621 | <small><code># wget -qO- https://files.openscad.org/OBS-Repository-Key.pub | sudo tee /etc/apt/trusted.gpg.d/obs-openscad-nightly.asc</code></small> |
|
0 commit comments