ScoopInstaller_Main/bucket/helmfile.json
2024-01-24 08:26:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.161.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.161.0/helmfile_0.161.0_windows_amd64.tar.gz",
"hash": "a0ca555444727adb2e50d8a17cdcc8689e803de914c7ad358e8b6d1ee6af493d"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.161.0/helmfile_0.161.0_windows_386.tar.gz",
"hash": "d9632e53daed0f2e23474fcb0f8b5e8c34ea7d47ca303a17512486728a56711e"
}
},
"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"
}
}
}