ScoopInstaller_Main/bucket/helmfile.json
2021-05-09 20:00:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.3",
"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.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "a21ee42dfff3be9ee135f84be63d2d97b355e1919ad5c120e6b99c03c8da5f8a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "e1dacb7decedf085199bf61a1b5cb10b2d3f66454732148b7a4bf375f3f4dd4a"
}
},
"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"
}
}
}
}