2021-11-24 12:00:34 +00:00

27 lines
860 B
JSON

{
"version": "0.24.0",
"description": "A tool for keeping Kubernetes clusters in sync with sources of configuration",
"homepage": "https://toolkit.fluxcd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v0.24.0/flux_0.24.0_windows_amd64.zip",
"hash": "ff3fb3697ac8558e1b307ea59714818914f1e212677e8bfc26ed982555a11707"
}
},
"bin": "flux.exe",
"checkver": {
"github": "https://github.com/fluxcd/flux2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/flux_$version_checksums.txt"
}
}
}