ScoopInstaller_Main/bucket/kubeshark.json
2023-04-13 00:32:55 +00:00

28 lines
869 B
JSON

{
"version": "39.6",
"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/39.6/kubeshark.exe",
"hash": "c9b1c10bdc939a6b7f8e82d41cbd5774b0716d8a14e87092cb18c372a9e776d9"
}
},
"bin": "kubeshark.exe",
"checkver": {
"github": "https://github.com/kubeshark/kubeshark"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/$version/kubeshark.exe",
"hash": {
"url": "$baseurl/kubeshark_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}