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

29 lines
1.1 KiB
JSON

{
"version": "0.73.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.73.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "6e09b7f9d5e902f69fcf4a4a73933bf3b5b28f1f07f327c02cee8ab2f6cc2882"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.73.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "3c91c650cca567fe07995d3f139a9eac25b83901b149b84525efa15104975e60"
}
},
"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"
}
}
}
}