ScoopInstaller_Main/bucket/kubeshark.json
2025-02-05 20:28:23 +00:00

28 lines
875 B
JSON

{
"version": "52.4.0",
"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.4.0/kubeshark.exe",
"hash": "07902fa3e1b8f64ab29feb19a9a1f9c91857e2a3b17137d740d8bcc4515c0502"
}
},
"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"
}
}
}
}
}