ScoopInstaller_Main/bucket/helmfile.json
2025-02-12 12:32:11 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.171.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.171.0/helmfile_0.171.0_windows_amd64.tar.gz",
"hash": "1cde3bb80ec893209f0a7dddf50e0513f28186fa93ee018072d6e6f509b4c475"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz",
"hash": "6b21a3dbb0307d0364db929c47233480d936bfa84b7916e7748eb2fe0f713457"
}
},
"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"
}
}
}