2021-08-26 14:00:35 +00:00

27 lines
860 B
JSON

{
"version": "0.17.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.17.0/flux_0.17.0_windows_amd64.zip",
"hash": "4f4f9bf34e691d85bad7b0752a0c5471ec665a69d538569daab2b6239a54d83c"
}
},
"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"
}
}
}