mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
flux2: Add version 0.11.0 (#1842)
* Add flux2 * Update flux2.json Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
87c5cf93db
commit
d0f865b9bc
24
bucket/flux2.json
Normal file
24
bucket/flux2.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"description": "A tool for keeping Kubernetes clusters in sync with sources of configuration",
|
||||
"homepage": "https://github.com/fluxcd/flux2",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fluxcd/flux2/releases/download/v0.11.0/flux_0.11.0_windows_amd64.zip",
|
||||
"hash": "0ffd8159d02878c4b740afff985f97eddbedb069d25cb3a5befc1f8aa1a9acd6"
|
||||
}
|
||||
},
|
||||
"bin": "flux.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user