ScoopInstaller_Main/bucket/helmfile.json
2020-06-10 08:36:21 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.118.7",
"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.118.7/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "c54b28ab47ad984106cc83500e671543b390b5a784ca1ebcd6bd5212c66c419f"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.118.7/helmfile_windows_386.exe#/helmfile.exe",
"hash": "75f6cbe5d31434a1da5ed60069b4698d98edba4b968277994e62c29e075cb7fb"
}
},
"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"
}
}
}
}