mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
argo: Add version 3.2.6 (#3165)
* argo: add version 3.2.6 * Remove 32bit mistake * Simplify bin Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
49b4761cc3
commit
38ce0ca24b
25
bucket/argo.json
Normal file
25
bucket/argo.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"version": "3.2.6",
|
||||||
|
"description": "Workflow engine for orchestrating parallel jobs on Kubernetes",
|
||||||
|
"homepage": "https://github.com/argoproj/argo-workflows",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/argoproj/argo-workflows/releases/download/v3.2.6/argo-windows-amd64.gz",
|
||||||
|
"hash": "fa78cd6db282f2cb3bf505538bc6fa1609722acb33648a4c34a65f5f6510458b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "Rename-Item $dir\\argo-windows-amd64 $dir\\argo.exe",
|
||||||
|
"bin": "argo.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/argoproj/argo-workflows/releases/download/v$version/argo-windows-amd64.gz"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user