ScoopInstaller_Main/bucket/kubeshark.json
2025-06-03 20:31:01 +00:00

28 lines
875 B
JSON

{
"version": "52.7.7",
"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.7.7/kubeshark.exe",
"hash": "56a875be66361a5b0953c505da9858c12a032f19062e99c9527fa27d17350948"
}
},
"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"
}
}
}
}
}