ScoopInstaller_Main/bucket/kubeshark.json
2025-10-03 16:30:27 +00:00

28 lines
875 B
JSON

{
"version": "52.9.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.9.0/kubeshark.exe",
"hash": "797b1d644a97eb2dd677e9cf395d14b634017fac44d98ae46b6bb5f57c99c366"
}
},
"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"
}
}
}
}
}