2022-04-20 12:31:29 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.29.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.29.0/flux_0.29.0_windows_amd64.zip",
"hash": "a665b4a8f6a6e4798be65cae67fde470ae4d18b0e876dcd94ab4419688cabd9f"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v0.29.0/flux_0.29.0_windows_386.zip",
"hash": "ccd5c948a85f192aa9c03babf1f4e3bae8a66f0a530098cb9c3f5c073927e50c"
}
},
"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."
}