ScoopInstaller_Main/bucket/helmfile.json
2019-11-29 01:01:01 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.94.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.94.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "5825191e33d4fc318783f5fe2fb4a63a7fb0e926a51841b962bb49c6a754f16a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.94.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "b1c2e1863147ca95dd2b10f37915a7d727aacd5fb9214f709ac900090963e122"
}
},
"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"
}
}
}
}