From 7ef27781f0b426c9d21962d1033a556206ef5d25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:59:17 +0000 Subject: [PATCH] argo@3.4.0: Fix hash (Closes #3951) --- bucket/argo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/argo.json b/bucket/argo.json index 58dbc11a9f..829e8ffb87 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.4.0/argo-windows-amd64.exe.gz", - "hash": "35a861112a15702cd8390d100e66b4f8086b5db29f3c97e8778b61c04653dfeb" + "hash": "dcdcd8c619db0a46c80c3c5f83760d9e76141ba0e7926be3d30bb5df7131a981" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",