ScoopInstaller_Main/bucket/helmfile.json
2026-02-22 04:57:37 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.3.1",
"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.3.1/helmfile_1.3.1_windows_amd64.tar.gz",
"hash": "2a56a57d4ca0cc3a1306ff55318b63c35661cfb01b564096277c6a66697ba76c"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.1/helmfile_1.3.1_windows_386.tar.gz",
"hash": "23c0f13ebe8556b9f260ba56e552bb85309bbd8787eab14a38afd48ffef7ad70"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.1/helmfile_1.3.1_windows_arm64.tar.gz",
"hash": "7d117d0178139ee28c31e793f292bdf948b601a40e50c1fde74f9d2857514017"
}
},
"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"
}
}
}