ScoopInstaller_Main/bucket/helmfile.json
2024-07-30 16:29:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.167.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.167.0/helmfile_0.167.0_windows_amd64.tar.gz",
"hash": "78dbdf0d1e57a4714cde67c81f3c84723aca3530a7f64e4c66f814c7350055ba"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.167.0/helmfile_0.167.0_windows_386.tar.gz",
"hash": "7253372b91ee482306d2e23e1186b72c2b3458349928cd0da5c18edfd7d291ce"
}
},
"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"
}
}
}