diff options
| author | Fuwn <[email protected]> | 2024-10-10 22:16:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-10 22:16:39 -0700 |
| commit | d6ef222799b7d7e94666b8d3ef2106d232984827 (patch) | |
| tree | 69bcb6d3062a77184622c5b292f8d2c276c61636 /yae.json | |
| parent | feat(flake): bump yae (diff) | |
| download | tsutsumi-d6ef222799b7d7e94666b8d3ef2106d232984827.tar.xz tsutsumi-d6ef222799b7d7e94666b8d3ef2106d232984827.zip | |
refactor(zen-browser): use yae for dependency pinning
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/yae.json b/yae.json new file mode 100644 index 0000000..3462f25 --- /dev/null +++ b/yae.json @@ -0,0 +1,12 @@ +{ + "zen-browser-bin": { + "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.7/zen.linux-specific.tar.bz2", + "sha256": "1dlb2cl86ndsl6b6jv7qr7rdg2rzqjgn3y8rlw6d8jj5r0giyinh", + "unpack": true + }, + "zen-browser-twilight-bin": { + "url": "https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-specific.tar.bz2", + "sha256": "1rppq9swq65ck98lm4skbd5jaxslbz72ijnh66z8c580wwbca2da", + "unpack": true + } +} |