2021-11-02 23:00:34 +00:00

27 lines
860 B
JSON

{
"version": "0.21.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.21.0/flux_0.21.0_windows_amd64.zip",
"hash": "284b7b7b40137800ae2e4bdb31b7dd909ed70140781f00fce6769fd21952069a"
}
},
"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"
}
}
}