ScoopInstaller_Main/bucket/helmfile.json
2022-03-25 04:29:20 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.143.4",
"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.143.4/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "e2b4c08307f6aeffd3aa63ea49aca5f47aac8534cf3627057df3622f93e476ac"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.143.4/helmfile_windows_386.exe#/helmfile.exe",
"hash": "7809eb69e3940b3f468bdfeb9066c2bded5ccc1e538ae62ee324d0cdfa49b95e"
}
},
"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"
}
}
}
}