2025-07-25 20:29:47 +00:00

22 lines
754 B
JSON

{
"version": "3.0.12",
"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/v3.0.12/argocd-windows-amd64.exe#/argocd.exe",
"hash": "c57092ffb3b59d3573acacac7d62e3be895958158c535c6d4377ea567f663729"
}
},
"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"
}
}
}
}