ScoopInstaller_Main/bucket/mizu-cli.json
2022-07-14 12:31:45 +00:00

28 lines
842 B
JSON

{
"version": "35.1",
"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.1/mizu.exe",
"hash": "023011a2d7a99039e0db5079f4351cd181a1795d4fc102544cfa48fee1e1661c"
}
},
"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"
}
}
}
}
}