ScoopInstaller_Main/bucket/kubeshark.json
2023-12-19 20:23:05 +00:00

28 lines
875 B
JSON

{
"version": "52.0.0",
"description": "The API Traffic Viewer for Kubernetes",
"homepage": "https://kubeshark.co",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/v52.0.0/kubeshark.exe",
"hash": "7dffb3d7f753d7aee9c50cee11c1f1fc224834dd8e23725d7699f2e92025318c"
}
},
"bin": "kubeshark.exe",
"checkver": {
"github": "https://github.com/kubeshark/kubeshark"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/v$version/kubeshark.exe",
"hash": {
"url": "$baseurl/kubeshark_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}