mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"version": "2.7.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.7.1/flux_2.7.1_windows_amd64.zip",
|
|
"hash": "9b1df201affb3cfe9f070ed5ee0705becd42329807dc7a597f28bd7e49be9a56"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.1/flux_2.7.1_windows_arm64.zip",
|
|
"hash": "2b2e2d28f51d4c12275e3767f23c8d78bb18d3cbe482172787625ebceed4b354"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.1/flux_2.7.1_windows_386.zip",
|
|
"hash": "12a98df633eff11ff3af2c7e2404e7e466209b15b7bc16de0bffcf5df685cd84"
|
|
}
|
|
},
|
|
"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."
|
|
}
|