ScoopInstaller_Main/bucket/helmfile.json
2020-09-14 15:26:42 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.129.2",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/roboll/helmfile/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.129.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "a225b31268c1473b137ff5b7f362efd09cc6a3dddf2e2347f9f5ba7340c9acea"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.129.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "010c327ce494fa14a5653a1ff8f85abe8c366e99962af364d472aa1e55a6f0db"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
}
}
}
}