ScoopInstaller_Main/bucket/helmfile.json
2023-03-30 04:26:53 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.152.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.152.0/helmfile_0.152.0_windows_amd64.tar.gz",
"hash": "12336d62d42046fc2c5a1096ee96bf7471f661d90783c39925808672b81984d5"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.152.0/helmfile_0.152.0_windows_386.tar.gz",
"hash": "e3bf98e1eb8cd2980fdfd3f6ab03eca011d1b183aa642ef099de94d0d423f31c"
}
},
"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"
}
}
}