2023-11-06 08:27:00 +00:00

22 lines
752 B
JSON

{
"version": "2.9.0",
"description": "CLI for ArgoCD - declarative, GitOps continuous delivery tool for Kubernetes",
"homepage": "https://github.com/argoproj/argo-cd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/argoproj/argo-cd/releases/download/v2.9.0/argocd-windows-amd64.exe#/argocd.exe",
"hash": "432ae34da4df38f6eb58975a423867691fbdddb5c54a82d9746345d1ed043792"
}
},
"bin": "argocd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/argoproj/argo-cd/releases/download/v$version/argocd-windows-amd64.exe#/argocd.exe"
}
}
}
}