ScoopInstaller_Main/bucket/helmfile.json
2019-11-07 13:00:27 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.90.8",
"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.90.8/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "8db3ecb176f08f46ce0fde98d1750c100ae9172e884540026309be2ddc905a86"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.90.8/helmfile_windows_386.exe#/helmfile.exe",
"hash": "76f31e3a4bdf157f9b586ffe9125535f2bf4371ce24de1205487e6598505a706"
}
},
"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"
}
}
}
}