ScoopInstaller_Main/bucket/helmfile.json
2020-04-17 09:06:12 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.109.1",
"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.109.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "16400f4eb9cbcc0eed0dc59204503a2e597176db3c28107b25b27e6037e86bf7"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.109.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "6eb6728e5321976c12333e8e023273a18295595919db1c170eda29bedb95d950"
}
},
"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"
}
}
}
}