ScoopInstaller_Main/bucket/kubeshark.json
2024-02-20 20:23:46 +00:00

28 lines
877 B
JSON

{
"version": "52.1.50",
"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.50/kubeshark.exe",
"hash": "d0b76922de7b4029e9b4a28a3e6082a18eda0157b1e3b25d59db56a71a6b783e"
}
},
"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"
}
}
}
}
}