ScoopInstaller_Main/bucket/helmfile.json
2020-02-05 13:01:49 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.99.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.99.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "af444b24395245533b4cebaa42f994ba03b3119cfeeb5c184cfe982ee831bf23"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.99.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "39f8addef6a91cc899b3d5ff228fe86104f89bfa62c26bccb44e177c4928c70c"
}
},
"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"
}
}
}
}