mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"version": "2.6.2",
|
|
"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.2/flux_2.6.2_windows_amd64.zip",
|
|
"hash": "a71d06d4b2dea5218fb68a11dc417fcf6bba1ac5ac17f1fe3272db5ead26c20f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.2/flux_2.6.2_windows_arm64.zip",
|
|
"hash": "366d353f6cf842fede5784d34a8ed081d26a32a0d322b69e9f1764b0452d04a4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.6.2/flux_2.6.2_windows_386.zip",
|
|
"hash": "e7baac5da49adfdb804453703ccce33994e9bbd546b889f7e4dc832493eb5e9d"
|
|
}
|
|
},
|
|
"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."
|
|
}
|