ScoopInstaller_Main/bucket/helmfile.json
2019-05-07 02:00:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.58.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.58.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "5dab72d28ee83e5cbefbdd8bbd279dcd6e40ac7c6d54144385cea206f37e9dda"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.58.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "fda8a42a84f6090d0adaad2bec8725628abdb66a5e25a02847fb6143ce595cd2"
}
},
"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"
}
}
}
}