mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.26.0",
|
|
"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.26.0/flux_0.26.0_windows_amd64.zip",
|
|
"hash": "f75690aa31c4456586dab992a6db79398825137efb38a202a9867670ea26215a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v0.26.0/flux_0.26.0_windows_386.zip",
|
|
"hash": "8129096340d1fac58e44367656e23a4e110bf84c5878dc41d0f4774a1631cb70"
|
|
}
|
|
},
|
|
"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."
|
|
}
|