2021-04-08 13:00:33 +00:00

27 lines
860 B
JSON

{
"version": "0.12.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.12.0/flux_0.12.0_windows_amd64.zip",
"hash": "d084f1d85c75171442cb5385a9882b94a7ad98ac087f7ecd44aac0941ffcc3a3"
}
},
"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"
}
}
}