2023-12-02 04:25:56 +00:00

22 lines
752 B
JSON

{
"version": "2.9.3",
"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.3/argocd-windows-amd64.exe#/argocd.exe",
"hash": "43b8cf1bfbdbb723c23cc59aa82432f0f075cd8506a198e3f40af6a56897f691"
}
},
"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"
}
}
}
}