ScoopInstaller_Main/bucket/helmfile.json
2019-06-11 14:05:47 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.75.0",
"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.75.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "68200ee7bcf2947ce3d81bc8ca6ddad86f9a24576741be00d6c0f59aa382faf7"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.75.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "8217f79bdead505151f053766636c451cb5c5e0027a35e8819904ceae3585ef2"
}
},
"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"
}
}
}
}