mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
22 lines
752 B
JSON
22 lines
752 B
JSON
{
|
|
"version": "2.1.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.1.0/argocd-windows-amd64.exe#/argocd.exe",
|
|
"hash": "b0329d36a395ffb5aa7ce2e1743c02125ba6c7a55e7300d8eef17279d5979c6e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|