2022-09-29 20:30:07 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.35.0",
"description": "Open and extensible continuous delivery solution for Kubernetes.",
"homepage": "https://fluxcd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v0.35.0/flux_0.35.0_windows_amd64.zip",
"hash": "fad63f698c4253e6d931996896a9f14a7d605019e5756f8b570e00cdba2682e9"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v0.35.0/flux_0.35.0_windows_386.zip",
"hash": "10dda5f7a2ca6e6b6132fdaa4f8963f0baae55f6392012fc6fce7f717778138e"
}
},
"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"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/flux_$version_checksums.txt"
}
},
"notes": "For Flux v1, please install 'versions/fluxctl' instead."
}