ScoopInstaller_Main/bucket/kubeshark.json
2023-06-21 00:33:29 +00:00

28 lines
869 B
JSON

{
"version": "41.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/41.1/kubeshark.exe",
"hash": "5f0786723110a951716b6afecea3d8e9e930bfabca0324b84f177a1233815d9a"
}
},
"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"
}
}
}
}
}