ScoopInstaller_Main/bucket/helmfile.json
2023-01-17 04:27:37 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.150.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.150.0/helmfile_0.150.0_windows_amd64.tar.gz",
"hash": "a0ca977fc98ff62bfc43e676dd91eac90a12a3faddba6dff9bd2cddcccaca2cb"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.150.0/helmfile_0.150.0_windows_386.tar.gz",
"hash": "72ec2d0a38e2f1eb79405786a573fa45edea203d06b488b877fc990cbbe26fb3"
}
},
"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"
}
}
}