ScoopInstaller_Main/bucket/macchina.json
2021-10-21 20:17:38 -07:00

22 lines
759 B
JSON

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