2022-03-06 08:27:47 +00:00

22 lines
752 B
JSON

{
"version": "2.3.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.3.0/argocd-windows-amd64.exe#/argocd.exe",
"hash": "567142a22342dfd8a8102047cbdc01a5afc4618528dbddf61a3fb456d1e00b7a"
}
},
"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"
}
}
}
}