ScoopInstaller_Main/bucket/helmfile.json
2020-02-20 14:01:51 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.100.1",
"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.100.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "3ae9d7fff485fb5657ec427f52189e954857ae055c1014996fe2f04223cf36fc"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.100.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "ebd0155d96baa364046eba6d7ee0fb0fb653bbcaa319005d116b08296d912217"
}
},
"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"
}
}
}
}