mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"version": "2.6.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.6.3/flux_2.6.3_windows_amd64.zip",
|
|
"hash": "22931173fed8d64afcff86d78856eb45c3ea8a3b52ea74753ce563b2da4663c3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.3/flux_2.6.3_windows_arm64.zip",
|
|
"hash": "552b68922437c8521f2e06c964c8e994fdebfc9100fecef98eec2a8b0e880bb4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.3/flux_2.6.3_windows_386.zip",
|
|
"hash": "cf5f96818fdeeaedcc5a36868e228aca7bd5d8115bf6b16574c974744c6529f8"
|
|
}
|
|
},
|
|
"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."
|
|
}
|