ScoopInstaller_Main/bucket/helmfile.json
2019-09-29 08:00:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.85.3",
"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.85.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "51340aa67b5d28bbc55c4c632dc04074420b09f3cb2c63a3b69a9f60708849f3"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.85.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "caa82100c9e2ed14e2440dae1ca4d2f162a0e10dffde38e51614cddea293bf5e"
}
},
"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"
}
}
}
}