downloads.html (2010B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="color-scheme" content="dark"> 7 <title>iuna Downloads</title> 8 <link rel="stylesheet" href="/assets/static-listing.css"> 9 </head> 10 <body> 11 <div class="topbar"> 12 <div class="wrap"> 13 <a class="brand repo-link" href="/"> 14 <span class="mark" aria-label="iuna"> 15 <svg viewBox="0 0 32 32" aria-hidden="true" focusable="false"> 16 <circle class="mark-dot" cx="9.4" cy="7.6" r="2.8"></circle> 17 <path class="mark-loop" d="M9.4 13v7.1c0 3.7 2.9 6.4 6.6 6.4s6.6-2.7 6.6-6.4V13"></path> 18 </svg> 19 </span> 20 <span>iuna</span> 21 </a> 22 <nav aria-label="Page sections"> 23 <a href="/">Home</a> 24 <a href="/git/iuna/file/docs/protocol.md.html">Protocol</a> 25 <a href="/git/iuna/">Source</a> 26 <a href="/downloads/">Downloads</a> 27 </nav> 28 </div> 29 </div> 30 31 <main class="wrap"> 32 <section class="hero"> 33 <h1>iuna Downloads</h1> 34 <p>Release artifacts for iuna <span data-download-version>${IUNA_VERSION}</span>.</p> 35 </section> 36 37 <div class="grid" data-download-cards> 38 <article class="card"> 39 <span class="tag pending">Checking</span> 40 <h2>Downloads</h2> 41 <p class="muted">Looking for release artifacts.</p> 42 </article> 43 </div> 44 45 <h2>Files</h2> 46 <table> 47 <thead> 48 <tr> 49 <th>File</th> 50 <th>Size</th> 51 </tr> 52 </thead> 53 <tbody data-download-files> 54 <tr><td colspan="2" class="muted">Checking files.</td></tr> 55 </tbody> 56 </table> 57 58 <pre><code>curl -fsSLO https://iuna.jhx.app/downloads/<span data-linux-x86-file>iuna-v${IUNA_VERSION}-linux-x86_64.tar.gz</span> 59 sha256sum -c SHA256SUMS</code></pre> 60 </main> 61 <script> 62 window.IUNA_DOWNLOADS_VERSION = "${IUNA_VERSION}"; 63 </script> 64 <script src="/assets/iuna-downloads.js"></script> 65 </body> 66 </html>