ScoopInstaller_Main/bucket/mizu-cli.json
2022-07-05 08:29:50 +00:00

28 lines
842 B
JSON

{
"version": "35.0",
"description": "The API Traffic Viewer for Kubernetes",
"homepage": "https://getmizu.io/docs/mizu/mizu-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/up9inc/mizu/releases/download/35.0/mizu.exe",
"hash": "61ff5b03b6294e5d6303c5dcd6a1266b69d6f003c056928028740e10866167d8"
}
},
"bin": "mizu.exe",
"checkver": {
"github": "https://github.com/up9inc/mizu"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/up9inc/mizu/releases/download/$version/mizu.exe",
"hash": {
"url": "$baseurl/mizu_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}