ScoopInstaller_Main/bucket/helmfile.json
2020-06-02 10:27:07 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.118.5",
"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.118.5/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "5571d5b5a931dacabe99f1240f92e4be72727cbaa4cfa88c6e0ac3d4d2c0b37e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.118.5/helmfile_windows_386.exe#/helmfile.exe",
"hash": "238063425de29c132c10739bd5fe6e28101b782c2a095828fcee6f6a9cabc4c7"
}
},
"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"
}
}
}
}