Add fluxctl (#461)

This commit is contained in:
Steve Hipwell 2019-10-03 14:09:43 +01:00 committed by Chawye Hsu
parent 6e2a184b72
commit 5ceecc215e

21
bucket/fluxctl.json Normal file
View File

@ -0,0 +1,21 @@
{
"homepage": "https://github.com/fluxcd/flux",
"description": "Manage Flux from the Command Line.",
"license": "Apache-2.0",
"version": "1.15.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux/releases/download/1.15.0/fluxctl_windows_amd64#/fluxctl.exe",
"hash": "49a99402d18c95cab2baa401499b5982f4dfbf485064476a35454039a2b11153"
}
},
"bin": "fluxctl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux/releases/download/$version/fluxctl_windows_amd64#/fluxctl.exe"
}
}
}
}