mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 21:04:41 +00:00
27 lines
945 B
JSON
27 lines
945 B
JSON
{
|
|
"version": "1.18.1",
|
|
"description": "Terminal graphics for the 21st century.",
|
|
"homepage": "https://hpjansson.org/chafa/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://hpjansson.org/chafa/releases/static/chafa-1.18.1-1-x86_64-windows.zip",
|
|
"hash": "c693975311ad74ac41a7ffd0a75e59308a6bcb0b61410876f489ff5c52a02a2f",
|
|
"extract_dir": "chafa-1.18.1-1-x86_64-win"
|
|
}
|
|
},
|
|
"bin": "chafa.exe",
|
|
"checkver": {
|
|
"url": "https://hpjansson.org/chafa/download/",
|
|
"regex": "releases/static/chafa-([\\d.]+)-(?<rel>\\d)-x86_64-windows.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://hpjansson.org/chafa/releases/static/chafa-$version-$matchRel-x86_64-windows.zip",
|
|
"extract_dir": "chafa-$version-$matchRel-x86_64-win"
|
|
}
|
|
}
|
|
}
|
|
}
|