ScoopInstaller_Main/bucket/macchina.json
2021-10-25 13:24:08 -07:00

22 lines
772 B
JSON

{
"version": "4.0.1",
"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/v4.0.1/macchina-windows-x86_64.exe#/macchina.exe",
"hash": "db207756a6c314c390354e5f8c60ea4f49e587bc3cc6829ba162521c11dcaa4f"
}
},
"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"
}
}
}
}