ScoopInstaller_Main/bucket/kubeshark.json
2025-03-01 20:27:48 +00:00

28 lines
875 B
JSON

{
"version": "52.5.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.5.0/kubeshark.exe",
"hash": "a289ac20d19a6774fd1e2e4cb3cf68b7c75f5be35ebb283c777f8e5b4cc231d2"
}
},
"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"
}
}
}
}
}