summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-09-27 19:36:50 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-09-27 19:36:50 -0400
commit8f327d3019b95eef75cfdc7f52dfb160bc904d60 (patch)
treeb9d7744412d17d105cf184165ec17bd4452f6265 /static
parentfe3eaeb4ee5e1d7178a4702f8141a33b3c1df2b9 (diff)
add sunfish to releases fetching script
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
-rw-r--r--static/releases.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html
index 74c1b257..e3c35282 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -24,7 +24,7 @@
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
<script type="module" src="/releases.js?13"></script>
- <script type="module" src="/redirect.js?6"></script>
+ <script type="module" src="/redirect.js?7"></script>
</head>
<body>
<nav>
diff --git a/static/releases.js b/static/releases.js
index f8ba27f5..53b782d1 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
+const devices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const channels = ["stable", "beta"];
for (const channel of channels) {