ScoopInstaller_Main/bucket/kubeshark.json
2024-01-18 04:25:57 +00:00

28 lines
875 B
JSON

{
"version": "52.1.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.1.0/kubeshark.exe",
"hash": "7345829419a380ab119468fd5dbc225f0579afc854d8e2e3082c022b7648cd60"
}
},
"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"
}
}
}
}
}