ScoopInstaller_Main/bucket/mizu-cli.json
2022-06-19 16:31:23 +00:00

28 lines
842 B
JSON

{
"version": "34.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/34.0/mizu.exe",
"hash": "0029f3d5e7cb47487e94b8b64434dc971a88e460a02f506bd335c15a878741a6"
}
},
"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"
}
}
}
}
}