ScoopInstaller_Main/bucket/helmfile.json
2020-09-10 15:20:58 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.128.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.128.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "f7b01dcf6a81e19e8b11efe1c19e2143295544900bf6deaab9cea7a1ad98887a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.128.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "6a6855c078325b914791b25cde286a83744fa752cc9951ecde4bda98531a1994"
}
},
"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"
}
}
}
}