ScoopInstaller_Main/bucket/kubeshark.json
2024-03-28 05:06:38 +00:00

28 lines
875 B
JSON

{
"version": "52.2.1",
"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.2.1/kubeshark.exe",
"hash": "dbc217d1d97b6b16fdb6e2a553d1c82a6aa086b3308d5c5c07ed040c444fec02"
}
},
"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"
}
}
}
}
}