mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"version": "2.6.1",
|
|
"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.1/flux_2.6.1_windows_amd64.zip",
|
|
"hash": "4a7f397a3ec3e7e78243b1a253554acd05c780cb3eef140de1b1ab2f6398a51b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.1/flux_2.6.1_windows_arm64.zip",
|
|
"hash": "11c7b64b3e4e8d85876aa76d0bf474732b5f4112ebb0e05454fd531fa8f6b599"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.1/flux_2.6.1_windows_386.zip",
|
|
"hash": "ed25b302bd41d985e82013fee46587bd0a5ddc4518ac8d52677e2688503dcd72"
|
|
}
|
|
},
|
|
"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."
|
|
}
|