ScoopInstaller_Main/bucket/figurine.json
2021-01-13 18:43:59 +01:00

18 lines
684 B
JSON

{
"version": "1.0.1",
"description": "Print any text using ASCII art in FIGlet.",
"homepage": "https://github.com/arsham/figurine",
"license": "Apache-2.0",
"url": "https://github.com/arsham/figurine/releases/download/v1.0.1/figurine_windows_v1.0.1.zip",
"hash": "e9afc6b215c0971dbe08ff4bd13678c6e34b265d412e5595f6cb16919e932ce4",
"extract_dir": "deploy",
"bin": "figurine.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_v$version.zip",
"hash": {
"url": "https://github.com/arsham/figurine/releases/tag/v$version"
}
}
}