ScoopInstaller_Main/bucket/macchina.json
2021-11-02 08:32:43 +01:00

22 lines
772 B
JSON

{
"version": "5.0.0",
"description": "A system information fetcher, with an emphasis on performance and minimalism",
"homepage": "https://github.com/Macchina-CLI/macchina",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Macchina-CLI/macchina/releases/download/v5.0.0/macchina-windows-x86_64.exe#/macchina.exe",
"hash": "830d5234b48c6741a98c6067e19ae915f15067e148a47b2f24b47d0fe5d930b9"
}
},
"bin": "macchina.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows-x86_64.exe#/macchina.exe"
}
}
}
}