mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
28 lines
877 B
JSON
28 lines
877 B
JSON
{
|
|
"version": "51.0.39",
|
|
"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/v51.0.39/kubeshark.exe",
|
|
"hash": "ae9ce00b1dccb580608ae639dca46b360f0c0db2850d77dae4afa266d3f2a1da"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|