ScoopInstaller_Main/bucket/helmfile.json
2025-08-09 08:29:43 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.1.4",
"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/v1.1.4/helmfile_1.1.4_windows_amd64.tar.gz",
"hash": "1501631de54990ebeea63c07d7d41ab34c554907dedd1e9fa9ba818e11e2232e"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.4/helmfile_1.1.4_windows_386.tar.gz",
"hash": "2c5ba2830fa8de4727b8f084ecdbc896ed617061ae98bb666272fbf45ef9902a"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.4/helmfile_1.1.4_windows_arm64.tar.gz",
"hash": "5901031d253f7d45f8ed9ee34d67b15c46c5b3f07936630f349c74fb582dfbe2"
}
},
"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"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}