ScoopInstaller_Main/bucket/helmfile.json
2023-04-24 08:27:30 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.153.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.153.0/helmfile_0.153.0_windows_amd64.tar.gz",
"hash": "12b1e92bbd11faf911e8cf2f1940560fa264486d82a67efb0d1409e1c7b0b03c"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.153.0/helmfile_0.153.0_windows_386.tar.gz",
"hash": "6e61ae1e53661293bb28c3287dde8e6793bf7a79148a971aafde487330a53096"
}
},
"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"
}
}
}