ScoopInstaller_Main/bucket/helmfile.json
2026-02-19 12:33:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.3.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/v1.3.0/helmfile_1.3.0_windows_amd64.tar.gz",
"hash": "146ce206e39ebdaf6e5d6fb298e8202ac9fab70bb24de133636c19005d024b80"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.0/helmfile_1.3.0_windows_386.tar.gz",
"hash": "51bdd65c3ec0904b4912f56249a710b4f867fc62a8221050e93bfa491b81b9b1"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.0/helmfile_1.3.0_windows_arm64.tar.gz",
"hash": "0749030def2bc8f45208ae4a768db0d230543a8f2dfc00bf340441869f6cfa21"
}
},
"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"
}
}
}