mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
22 lines
752 B
JSON
22 lines
752 B
JSON
{
|
|
"version": "1.8.2",
|
|
"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.8.2/argocd-windows-amd64.exe#/argocd.exe",
|
|
"hash": "4dab927329164d96e2fd8fd0dd5bfc9a8375ba5be1e7afd918a76c5497e63de9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|