ScoopInstaller_Main/bucket/macchina.json
2021-10-17 19:35:23 -07:00

22 lines
759 B
JSON

{
"version": "2.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/v2.0.0/macchina-windows.exe#/macchina.exe",
"hash": "a0fab9c93c2e6cf6351eb8b495d8b67560f0bb73335f03c1658ece25c892f1d1"
}
},
"bin": "macchina.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows.exe#/macchina.exe"
}
}
}
}