mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
869 B
JSON
28 lines
869 B
JSON
{
|
|
"version": "41.6",
|
|
"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.6/kubeshark.exe",
|
|
"hash": "1e44adb2683c8c3a8352e5eb723402c9b84a3fccc3ba62d67ed928ca8ef408be"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|