tech189 09a53f2c34
argo: Update to version 3.3.0 (#3398)
* argo: update to version 3.3.0

* Revert to previous pre_install
2022-03-18 09:25:46 +05:30

26 lines
874 B
JSON

{
"version": "3.3.0",
"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.3.0/argo-windows-amd64.exe.gz",
"hash": "bb5f0fa7769750cdeb0a301a2e518cbc093d20e3e59efb950d5cde1ff30bf283"
}
},
"pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $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.exe.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}