ScoopInstaller_Main/bucket/kubeshark.json
2025-11-29 04:29:49 +00:00

28 lines
877 B
JSON

{
"version": "52.10.3",
"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.10.3/kubeshark.exe",
"hash": "8e4e3d4df3e6866ac6a75197a8f4ef7c146c2f42552e7c07669507780bfc5e75"
}
},
"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"
}
}
}
}
}