2022-05-18 16:31:14 +00:00

22 lines
752 B
JSON

{
"version": "2.3.4",
"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.3.4/argocd-windows-amd64.exe#/argocd.exe",
"hash": "7e9e2337fadeea4a71f8ca9ba97ca9a87118925c57dabf2e2a57ca4caa7fb07d"
}
},
"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"
}
}
}
}