diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/releases.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 19470b12..cf80fab2 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/releases.html b/static/releases.html index 80fb570d..e67bf794 100644 --- a/static/releases.html +++ b/static/releases.html @@ -62,6 +62,7 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> + <li hidden=""><a href="#lynx-stable">Pixel 7a</a></li> <li><a href="#cheetah-stable">Pixel 7 Pro</a></li> <li><a href="#panther-stable">Pixel 7</a></li> <li><a href="#bluejay-stable">Pixel 6a</a></li> @@ -78,6 +79,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> + <li hidden=""><a href="#lynx-beta">Pixel 7a</a></li> <li><a href="#cheetah-beta">Pixel 7 Pro</a></li> <li><a href="#panther-beta">Pixel 7</a></li> <li><a href="#bluejay-beta">Pixel 6a</a></li> @@ -369,6 +371,15 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> + <section id="lynx-stable" hidden=""> + <h3><a href="#lynx-stable">Pixel 7a</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}">{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip">lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip.sig">lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/lynx-ota_update-{{lynx-stable-BUILD_NUMBER}}.zip">lynx-ota_update-{{lynx-stable-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="cheetah-stable"> <h3><a href="#cheetah-stable">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}">{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}</a></p> @@ -473,6 +484,15 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> + <section id="lynx-beta" hidden=""> + <h3><a href="#lynx-beta">Pixel 7a</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}">{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip">lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip.sig">lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/lynx-ota_update-{{lynx-beta-BUILD_NUMBER}}.zip">lynx-ota_update-{{lynx-beta-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="cheetah-beta"> <h3><a href="#cheetah-beta">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}">{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}</a></p> |
