ScoopInstaller_Main/bucket/helmfile.json
2025-11-23 12:31:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.2.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.2.1/helmfile_1.2.1_windows_amd64.tar.gz",
"hash": "66476a88164d560c83857db2b96ff1257839fedbf311dfa6eafa58bc261bf837"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.1/helmfile_1.2.1_windows_386.tar.gz",
"hash": "452e4222f728c25f4315a3c9fae3c50e15f8ec0d0e56a26cf280b1d79c79ec80"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.1/helmfile_1.2.1_windows_arm64.tar.gz",
"hash": "5babe7c1e12e9c4a0727718fc49cd2abe308f655cb12c8bb925223d39fff22d4"
}
},
"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"
}
}
}