diff options
| author | Fuwn <[email protected]> | 2024-10-11 15:17:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 15:17:20 -0700 |
| commit | f1ae009aac4e87ef4464e4c4cfc2aa78998af35d (patch) | |
| tree | 89a64364b755596c30c22da1cdaba71a5bcd333a /yae.json | |
| parent | ci(yae): reduce cron rate (diff) | |
| download | tsutsumi-f1ae009aac4e87ef4464e4c4cfc2aa78998af35d.tar.xz tsutsumi-f1ae009aac4e87ef4464e4c4cfc2aa78998af35d.zip | |
refactor(yae): pin yae using yae
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,6 +19,15 @@ "trim_tag_prefix": "v", "pinned": true }, + "yae": { + "url": "https://github.com/Fuwn/yae/archive/main.tar.gz", + "sha256": "0l4rlkig4hsl7xwvvv22s5q9aq4ghmhjzxrzmwxblw0qpdw6nqv3", + "unpack": true, + "type": "git", + "version": "main", + "url_template": "https://github.com/Fuwn/yae/archive/{version}.tar.gz", + "force": true + }, "zen-browser-bin": { "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.8/zen.linux-specific.tar.bz2", "sha256": "0pxwfxvvf3rp5cnil47578dgpyb0a42nnjpb7v3ylddfdlvr2msm", |