mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
27 lines
860 B
JSON
27 lines
860 B
JSON
{
|
|
"version": "0.17.1",
|
|
"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.17.1/flux_0.17.1_windows_amd64.zip",
|
|
"hash": "bd73e1cf2d0f0ee0d42fbbad2b810110834ec7952416d019cdfb72fa9b4212b2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|