mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
27 lines
860 B
JSON
27 lines
860 B
JSON
{
|
|
"version": "0.25.2",
|
|
"description": "A tool for keeping Kubernetes clusters in sync with sources of configuration",
|
|
"homepage": "https://toolkit.fluxcd.io",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fluxcd/flux2/releases/download/v0.25.2/flux_0.25.2_windows_amd64.zip",
|
|
"hash": "37a4ed62b4f1a78712ca5c2333e6beb7d3a801acde048dbcebde17a7eea3c6b8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/flux_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|