mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
28 lines
877 B
JSON
28 lines
877 B
JSON
{
|
|
"version": "52.1.30",
|
|
"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.1.30/kubeshark.exe",
|
|
"hash": "2e85dcd893c286d3f043ddcef4887cce0eb8978edf7c0bade054eeaccb88bea4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|