mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.27.4",
|
|
"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/v0.27.4/flux_0.27.4_windows_amd64.zip",
|
|
"hash": "0c5cba7f7798c6008a4436d30b7a4439cc7181123694f9303bf60921dbe0e8c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v0.27.4/flux_0.27.4_windows_386.zip",
|
|
"hash": "5b52b4358f852bb4568cc6b8f6805d0453be3adcb0db91707dc5a9a9c9345aaf"
|
|
}
|
|
},
|
|
"bin": "flux.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fluxcd/flux2"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.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."
|
|
}
|