ScoopInstaller_Main/bucket/helmfile.json
2019-09-17 09:00:37 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.85.1",
"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.85.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "834ac7f293cda6cb508801c4772229994885c54e5264853bb97ba2d96b0963a1"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.85.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "6e65f4db7ce9da28178f55c66455f8367185bddc287272aa307d34ad6aa0d6bc"
}
},
"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"
}
}
}
}