ScoopInstaller_Main/bucket/helmfile.json
2021-06-09 19:49:45 -07:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.9",
"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.9/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "9fec0518cd841284f433619f134ea1db8d0cabd35314f81ccc05a1a153fafc0e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.9/helmfile_windows_386.exe#/helmfile.exe",
"hash": "f3afa18cd221f29f1761dbf7157185d3e615bf47e9724705d67807da3d257564"
}
},
"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"
}
}
}
}