ScoopInstaller_Main/bucket/helmfile.json
2020-04-28 11:55:39 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.114.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.114.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "87ca8379015d80a9ef1c76c6c770d46547af397906b41e75eb4e521922c392c4"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.114.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "c488c7b139f8f23922075f60527e30db96e5389f51c248d9ec2c310880009150"
}
},
"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"
}
}
}
}