ScoopInstaller_Main/bucket/helmfile.json
2019-05-27 05:01:12 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.65.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.65.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "d4287b0fa2243a8dba11073513cf5d5b6ab26bba86fec1c3cc1a093ee9a973c3"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.65.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "c8f366fb9524542d9a27b86d6e252a9ca828bcec0bc374613bc8eba522eab8ad"
}
},
"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"
}
}
}
}