ScoopInstaller_Main/bucket/helmfile.json
2021-05-14 01:06:22 -07:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.5",
"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.139.5/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "1b3094f60a2302cfad45980bec244818f41c17aed299874be9cf7c3e2788afd0"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.5/helmfile_windows_386.exe#/helmfile.exe",
"hash": "001fb2dc24a3361cd9e56e2e5c57d35e177b157a3b3a67349070797cefae8ec6"
}
},
"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"
}
}
}
}