diff --git a/bucket/argo.json b/bucket/argo.json new file mode 100644 index 0000000000..bd1c02c5cf --- /dev/null +++ b/bucket/argo.json @@ -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" + } + } +}