2025-12-18 12:32:40 +00:00

22 lines
752 B
JSON

{
"version": "3.2.2",
"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.2.2/argocd-windows-amd64.exe#/argocd.exe",
"hash": "5c63f8fd0e6973926d64a5fa6564b0208c4348e60a06625d2985632d479c2d53"
}
},
"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"
}
}
}
}