ScoopInstaller_Main/bucket/helmfile.json
2020-04-05 02:35:33 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.107.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.107.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "44ce2d1a116eb0a55aa99adbd36be3621d92c8357978279ff6a9fa65cb244877"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.107.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "2017175054dc12efbe276eb651cb72d7dfd970d7c8b9b1a150d9a44e04014069"
}
},
"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"
}
}
}
}