ScoopInstaller_Main/bucket/helmfile.json
2024-09-12 16:30:03 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.168.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.168.0/helmfile_0.168.0_windows_amd64.tar.gz",
"hash": "82e19f71b191855c25a740e04a925dc24aae55278713d670dbd34b6a6df2a4f2"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.168.0/helmfile_0.168.0_windows_386.tar.gz",
"hash": "c6cb2f725a273c516e34641252c34052a829e25893386c638910b609c4c82302"
}
},
"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"
}
}
}