ScoopInstaller_Main/bucket/helmfile.json
2022-01-10 08:29:11 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.143.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.143.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "914768ed879dde6b0bb92941bf4b5ed706c3c965ebce9fc10b86073c47c70181"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.143.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "cfb079335b2968c3933ce1aee1ca17bd7cc82c38a11b11f3a6b868f42dbc74e9"
}
},
"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"
}
}
}
}