mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"version": "2.7.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.7.2/flux_2.7.2_windows_amd64.zip",
|
|
"hash": "08adc245c0d16ebd5388a849fff966bd8aa90c9978a18d0fa6c44c4c746a8cb1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.2/flux_2.7.2_windows_arm64.zip",
|
|
"hash": "fd6698b1a384da63aa1e954efd0e3094ac8c3169deb06ac6aaf785d5e405df69"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.2/flux_2.7.2_windows_386.zip",
|
|
"hash": "f73d144aea649e28d92ef84e318ee5655f1cb538ed84fad92752710f5aad5aaa"
|
|
}
|
|
},
|
|
"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."
|
|
}
|