ScoopInstaller_Main/bucket/helmfile.json
2024-03-22 04:26:02 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.163.0",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/helmfile/helmfile",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.163.0/helmfile_0.163.0_windows_amd64.tar.gz",
"hash": "fd0d441f0f697d38b7e12761815cbefdb221acfa46d5e8852ff6926cda85fba9"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.163.0/helmfile_0.163.0_windows_386.tar.gz",
"hash": "93dcfbdc12648adf9530d69434f915a461ea7df80e775571b80ca9b668237af7"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}