ScoopInstaller_Main/bucket/helmfile.json
2019-06-01 04:02:05 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.69.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.69.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "571346bf673994cd2075b82df38f6f00f43c76b1461c91c4add61575cc95596e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.69.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "94c4dc824382ee48b69e6ce9e805d5c82ee3ccd4d2d78233b5ad5e52d8994c1b"
}
},
"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"
}
}
}
}