ScoopInstaller_Main/bucket/figurine.json
2022-03-22 20:26:53 +00:00

18 lines
684 B
JSON

{
"version": "1.1.3",
"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.1.3/figurine_windows_v1.1.3.zip",
"hash": "5d18832323895ea483feee0860ad23d49a69087ee443e50c6cda262b9a9fc64c",
"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"
}
}
}