diff --git a/bucket/kubeshark.json b/bucket/kubeshark.json new file mode 100644 index 0000000000..8e47031ab4 --- /dev/null +++ b/bucket/kubeshark.json @@ -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" + } + } + } + } +} diff --git a/bucket/mizu-cli.json b/bucket/mizu-cli.json deleted file mode 100644 index 93ce43295c..0000000000 --- a/bucket/mizu-cli.json +++ /dev/null @@ -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" - } - } - } - } -}