ScoopInstaller_Main/bucket/helmfile.json
2021-06-07 23:21:50 -07:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.8",
"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.139.8/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "735b195ad0cc6ba3d4c140104ca460b7f9b46526d07cbcd1e2394288ce0e9685"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.8/helmfile_windows_386.exe#/helmfile.exe",
"hash": "f6b9dddab6e870b9e17bc4a02b184d4ce6075cc310d5f5aec6fe061edf484ae7"
}
},
"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"
}
}
}
}