argocd: Update to version 1.7.6

This commit is contained in:
Jakub Čábera 2020-09-24 08:49:33 +02:00
parent 27e017367e
commit 031cb841e6

View File

@ -1,25 +1,20 @@
{
"version": "1.7.4",
"description": "CLI for ArgoCD - declarative, GitOps continuous delivery tool for Kubernetes.",
"version": "1.7.6",
"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.4/argocd-windows-amd64.exe",
"hash": "09aae3712015a936a76b9bffcc60a7a54d7220fad2d7864b897e5ce03924aa98"
"url": "https://github.com/argoproj/argo-cd/releases/download/v1.7.6/argocd-windows-amd64.exe#/argocd.exe",
"hash": "72b0db83f4f6f7c7b17ecf3688725791da26ec802eba86c20bff163f3724b799"
}
},
"bin": [
[
"argocd-windows-amd64.exe",
"argocd"
]
],
"bin": "argocd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/argoproj/argo-cd/releases/download/v$version/argocd-windows-amd64.exe"
"url": "https://github.com/argoproj/argo-cd/releases/download/v$version/argocd-windows-amd64.exe#/argocd.exe"
}
}
}