mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.31.5",
|
|
"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.31.5/flux_0.31.5_windows_amd64.zip",
|
|
"hash": "5f433621e6f19c6e95470ce04c8713d9a31042d47b14d5e0c4f181bb11f054fc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v0.31.5/flux_0.31.5_windows_386.zip",
|
|
"hash": "6ba153d4bd2106d32d0926e590e9cbc8a3a9a9caf9a16b8737c553a47396db18"
|
|
}
|
|
},
|
|
"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."
|
|
}
|