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

29 lines
1.1 KiB
JSON

{
"version": "0.92.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.92.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "998b45794b27d112610bb175539488e19bd6031f20db92bc75cab3eb7937723a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.92.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "e32bdfdf4b821ce4f84ba9efad71c76fd3d72187e22877c636092ac189821ba3"
}
},
"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"
}
}
}
}