ScoopInstaller_Main/bucket/kubeshark.json
2025-01-04 00:34:58 +00:00

28 lines
877 B
JSON

{
"version": "52.3.94",
"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.94/kubeshark.exe",
"hash": "a8e1e3b39b3819546e4291c4bf4b5eac19fa6c80f0da3ba05e85eca41536060d"
}
},
"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"
}
}
}
}
}