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

28 lines
842 B
JSON

{
"version": "36.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/36.0/mizu.exe",
"hash": "67970f021a0816dbe077103c3108afd6a64d602d82a90f316bc42335836e99a3"
}
},
"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"
}
}
}
}
}