ScoopInstaller_Main/bucket/helmfile.json
2019-06-10 13:00:36 +00:00

29 lines
1.1 KiB
JSON

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