ScoopInstaller_Main/bucket/helmfile.json
2025-09-03 00:35:57 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.1.6",
"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.6/helmfile_1.1.6_windows_amd64.tar.gz",
"hash": "de3e2b218967f213eb672bc8133bcff158ccb38460691d36477dfed6f973a69b"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.6/helmfile_1.1.6_windows_386.tar.gz",
"hash": "31148456204084ae9e92ced912174a36bf8c072649186b12cd5d7294e7d57fea"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.6/helmfile_1.1.6_windows_arm64.tar.gz",
"hash": "e071599764c871a4016dadbe7936fc57e290a440a4070662637e42dedb2d78c7"
}
},
"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"
}
}
}