mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.20.0",
|
|
"description": "Manage Flux from the Command Line.",
|
|
"homepage": "https://github.com/fluxcd/flux",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fluxcd/flux/releases/download/1.20.0/fluxctl_windows_amd64#/fluxctl.exe",
|
|
"hash": "092ecc238065030dcda7ddbdcb9ba4a48afdbdd476a8b00831af4a4500066b84"
|
|
}
|
|
},
|
|
"bin": "fluxctl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fluxcd/flux/releases/download/$version/fluxctl_windows_amd64#/fluxctl.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|