ScoopInstaller_Main/bucket/kubeshark.json
2023-05-11 04:26:06 +00:00

28 lines
869 B
JSON

{
"version": "40.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/40.2/kubeshark.exe",
"hash": "d1bd44fc08ba2514534195915d9b92556d10d296110d24e83635e3484530a8fb"
}
},
"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"
}
}
}
}
}