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

29 lines
1.1 KiB
JSON

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