mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
kubeshark: Update to version 38.5 (#4522)
This commit is contained in:
parent
0a03c53b78
commit
2cd847474c
27
bucket/kubeshark.json
Normal file
27
bucket/kubeshark.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "38.5",
|
||||
"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/38.5/kubeshark.exe",
|
||||
"hash": "0389937832601092f851de5353a1280d8e4e24178dc67335e5afcf6ea28a4cd8"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,27 +0,0 @@
|
||||
{
|
||||
"version": "36.0",
|
||||
"description": "The API Traffic Viewer for Kubernetes",
|
||||
"homepage": "https://getmizu.io/docs/mizu/mizu-cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/up9inc/mizu/releases/download/36.0/mizu.exe",
|
||||
"hash": "67970f021a0816dbe077103c3108afd6a64d602d82a90f316bc42335836e99a3"
|
||||
}
|
||||
},
|
||||
"bin": "mizu.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/up9inc/mizu"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/up9inc/mizu/releases/download/$version/mizu.exe",
|
||||
"hash": {
|
||||
"url": "$baseurl/mizu_windows_amd64.sha256",
|
||||
"regex": "$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user