ScoopInstaller_Main/bucket/kubeshark.json
2023-03-27 00:33:30 +00:00

28 lines
869 B
JSON

{
"version": "39.5",
"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.5/kubeshark.exe",
"hash": "486e197e976e201d6fa45a909799e7007baa8e33e907b8dbb16efb9977192cb2"
}
},
"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"
}
}
}
}
}