ScoopInstaller_Main/bucket/kubeshark.json
2023-07-04 00:34:15 +00:00

28 lines
869 B
JSON

{
"version": "41.3",
"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.3/kubeshark.exe",
"hash": "63e6b12455e5f9438c277ebbaf98853ccc92d327855325c96b4203644e47415d"
}
},
"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"
}
}
}
}
}