ScoopInstaller_Main/bucket/helmfile.json
2020-08-14 13:30:35 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.125.7",
"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.125.7/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "7e5086f6a18b4b2bdd22a141335d1ed8dc343a42c05bdaa8527ab70beefba566"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.7/helmfile_windows_386.exe#/helmfile.exe",
"hash": "3476b82564bc9e5fae250c1df953f9d6a7f5c9991421d43740340fdf0ec75860"
}
},
"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"
}
}
}
}