2021-10-12 12:01:49 +00:00

27 lines
860 B
JSON

{
"version": "0.18.2",
"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.18.2/flux_0.18.2_windows_amd64.zip",
"hash": "27ad5c4734d3d1d0efbed60a0c04d2bc01ac06396cf41c08d6d887cc9e358e7b"
}
},
"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"
}
}
}