summaryrefslogtreecommitdiff
path: root/scripts/release/mule/deploy/releases_page/html.tpl
blob: 3c8f78bc9b6775e82026ab1773c27e6391751ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<style>
{styles}
</style>
</head>

<body>
<h1>Algorand Releases</h1>
<p>See <a href="https://developer.algorand.org/">Algorand Developer Resources</a> for instructions on installation and getting started</a></p>
<p>The Algorand public key to verify these files (except RPM<sup><b>**</b></sup>) is at <a href="https://releases.algorand.com/key.pub">https://releases.algorand.com/key.pub</a></p>
<p>The public key for verifying RPMs is <a href="https://releases.algorand.com/rpm/rpm_algorand.pub">https://releases.algorand.com/rpm/rpm_algorand.pub</a></p>
<p>The public key for verifying binaries out of our CI builds is <a href="https://releases.algorand.com/dev_ci_build.pub">https://releases.algorand.com/dev_ci_build.pub</a></p>

<hr>

<section id="algod">
<h1>algod</h1>
<h2>stable</h2>
<table><tr><th>File</th><th>Bytes</th><th>GPG Signature</th></tr>
{stable}
</table>

<h2>beta</h2>
<table><tr><th>File</th><th>Bytes</th><th>GPG Signature</th></tr>
{beta}
</table>
</section>

<hr>

<section id="indexer">
<h1>Indexer releases</h1>
<table><tr><th>File</th><th>Bytes</th><th>GPG Signature</th></tr>
{indexer}
</table>
</section>

</body>
</html>