ScoopInstaller_Main/bucket/kubeshark.json
2024-12-02 00:40:16 +00:00

28 lines
877 B
JSON

{
"version": "52.3.91",
"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.91/kubeshark.exe",
"hash": "05b8594e0ddb95993fbcec839ef601fa83c607efd52173a4fe9457d40351d436"
}
},
"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"
}
}
}
}
}