ScoopInstaller_Main/bucket/kubeshark.json
2025-04-16 20:30:00 +00:00

28 lines
875 B
JSON

{
"version": "52.7.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.7.0/kubeshark.exe",
"hash": "9444424b90b6fb273989de901a99a784f2ebf22d241c4d49f6fbd87b5f897fdf"
}
},
"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"
}
}
}
}
}