ScoopInstaller_Main/bucket/helmfile.json
2021-01-01 19:25:52 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.136.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.136.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "0e750b300368c86e6bc88f682a0cea7098f3fc55f053b4920a7928b68071e40e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.136.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "6e5ea690a1ccd16f3e469c2b2823e21a2d867bff3dc1450e504b91454692a3ec"
}
},
"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"
}
}
}
}