mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
argocd: Add version 1.7.4 (#1403)
This commit is contained in:
parent
f8f6e7fd49
commit
357361ab0a
26
bucket/argocd.json
Normal file
26
bucket/argocd.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "1.7.4",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"argocd-windows-amd64.exe",
|
||||||
|
"argocd"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/argoproj/argo-cd/releases/download/v$version/argocd-windows-amd64.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user