ScoopInstaller_Main/bucket/kubeshark.json
2023-05-04 20:24:28 +00:00

28 lines
869 B
JSON

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