ScoopInstaller_Main/bucket/kubeshark.json
2024-06-17 04:32:05 +00:00

28 lines
877 B
JSON

{
"version": "52.3.68",
"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.3.68/kubeshark.exe",
"hash": "d163adcefedc621466e2c0d03f880032680cb764081bd3dd5ec54fe8a3b2cfed"
}
},
"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"
}
}
}
}
}