ScoopInstaller_Main/bucket/kubeshark.json
2024-08-27 04:29:28 +00:00

28 lines
877 B
JSON

{
"version": "52.3.79",
"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.3.79/kubeshark.exe",
"hash": "9108ff734b886be5deb2f3f4ab6b9cf79f3f475bc73bf9c02218e9099aed49cf"
}
},
"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"
}
}
}
}
}