diff options
| author | Fuwn <[email protected]> | 2024-10-16 01:50:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-16 01:50:23 -0700 |
| commit | aa0192a1b881576e16fce4cf39d3c84eb7be3fc9 (patch) | |
| tree | 1781f931e6caffd12628a19d7e578c7c1a420856 /yae.json | |
| parent | fix(flake): correct ahoviewer package location (diff) | |
| download | tsutsumi-aa0192a1b881576e16fce4cf39d3c84eb7be3fc9.tar.xz tsutsumi-aa0192a1b881576e16fce4cf39d3c84eb7be3fc9.zip | |
refactor(ahoviewer): move source to yae
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ { + "ahoviewer": { + "url": "https://github.com/ahodesuka/ahoviewer/archive/master.tar.gz", + "sha256": "1n9pklj5i08wh4pk0i91lgysr229vsj1l7gp4pgx42ysnvddp147", + "unpack": true, + "type": "git", + "version": "master", + "url_template": "https://github.com/ahodesuka/ahoviewer/archive/{version}.tar.gz" + }, "maple": { "url": "https://github.com/gemrest/maple/archive/main.tar.gz", "sha256": "12j2x7fckr81kpw93ajkmbv5wwdw989wcadq8lwzzzbv18nqh9ph", |