ScoopInstaller_Main/bucket/helmfile.json
2019-06-16 09:00:42 +00:00

29 lines
1.1 KiB
JSON

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