mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
kubeshark: Update to version 51.0.39, fix autoupdate (#5343)
This commit is contained in:
parent
ecde1ea1fc
commit
fcca715d1f
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "50.4",
|
"version": "51.0.39",
|
||||||
"description": "The API Traffic Viewer for Kubernetes",
|
"description": "The API Traffic Viewer for Kubernetes",
|
||||||
"homepage": "https://kubeshark.co",
|
"homepage": "https://kubeshark.co",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubeshark/kubeshark/releases/download/50.4/kubeshark.exe",
|
"url": "https://github.com/kubeshark/kubeshark/releases/download/v51.0.39/kubeshark.exe",
|
||||||
"hash": "fb208ed1f476e0400797056bc8c98f61e253c6216785741e9161f939faac358b"
|
"hash": "ae9ce00b1dccb580608ae639dca46b360f0c0db2850d77dae4afa266d3f2a1da"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kubeshark.exe",
|
"bin": "kubeshark.exe",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubeshark/kubeshark/releases/download/$version/kubeshark.exe",
|
"url": "https://github.com/kubeshark/kubeshark/releases/download/v$version/kubeshark.exe",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/kubeshark_windows_amd64.sha256",
|
"url": "$baseurl/kubeshark_windows_amd64.sha256",
|
||||||
"regex": "$sha256"
|
"regex": "$sha256"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user