ScoopInstaller_Main/bucket/kubeshark.json
2023-03-19 04:27:35 +00:00

28 lines
869 B
JSON

{
"version": "39.2",
"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/39.2/kubeshark.exe",
"hash": "4917bdcfd758e19af84918ed6007de90c1cfe24d80fb80df25cd2e418df9d163"
}
},
"bin": "kubeshark.exe",
"checkver": {
"github": "https://github.com/kubeshark/kubeshark"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/$version/kubeshark.exe",
"hash": {
"url": "$baseurl/kubeshark_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}