ScoopInstaller_Main/bucket/helmfile.json
2019-05-22 10:00:37 +00:00

29 lines
1.1 KiB
JSON

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