ScoopInstaller_Main/bucket/helmfile.json
2022-03-14 12:30:23 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.143.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.143.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "fd6f40acf781e8de57a0c445c4f0a12437b2d451940665ea4ec360628ef9ad35"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.143.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "e72865d7d750c219b7e8ab0a6ac3d9d093c9e6fa4cd4e2c620f41f3733358d9e"
}
},
"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"
}
}
}
}