ScoopInstaller_Main/bucket/kubeshark.json
2024-12-09 20:29:56 +00:00

28 lines
877 B
JSON

{
"version": "52.3.92",
"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.92/kubeshark.exe",
"hash": "d95acce45ca458e4620b337d4dd6635914d8dcf7c3f1fb9f019fe12777e1d1d0"
}
},
"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"
}
}
}
}
}