ScoopInstaller_Main/bucket/helmfile.json
2019-08-15 02:01:11 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.81.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.81.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "1dd3a8fd8ce7cf79b0cc76a0938090a0cdd56b68897ea604d29ba5d5caead2d6"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.81.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "ae17dfb02ae63fd7d33b005b1f6cff6998c6eca98f6a7b53164490b66ea185d9"
}
},
"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"
}
}
}
}