mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
28 lines
875 B
JSON
28 lines
875 B
JSON
{
|
|
"version": "52.6.0",
|
|
"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/v52.6.0/kubeshark.exe",
|
|
"hash": "37df871734cc9f73e358439bb873c4cfb5491e282dae1fcfbb9a569aba549b3a"
|
|
}
|
|
},
|
|
"bin": "kubeshark.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/kubeshark/kubeshark"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubeshark/kubeshark/releases/download/v$version/kubeshark.exe",
|
|
"hash": {
|
|
"url": "$baseurl/kubeshark_windows_amd64.sha256",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|