2024-02-05 16:26:25 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.2.3",
"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/v2.2.3/flux_2.2.3_windows_amd64.zip",
"hash": "1980703360d662388e0dba7d320f27fbcf387c0b5f976c1503d11b60bc06e132"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.3/flux_2.2.3_windows_arm64.zip",
"hash": "ca64e09a65d654667b0f0f97de47c756b1629ff93bdf41f8020482d9e6aab75c"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.3/flux_2.2.3_windows_386.zip",
"hash": "fdbd47420d5bb473f8e73b84de0c5033f7ffc75ed455300d36aad05e2179e869"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repositories/258469100/releases",
"jsonpath": "$..browser_download_url",
"regex": "flux_([\\d.]+)_windows_amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_arm64.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."
}