2021-02-06 07:27:36 +01:00

22 lines
754 B
JSON

{
"version": "1.7.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/v1.7.12/argocd-windows-amd64.exe#/argocd.exe",
"hash": "0d26ca1b1bc9d96eb91f1640db67b626d250241b2c542874ab9a3368e650969b"
}
},
"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"
}
}
}
}