From 0a6889a6d2485edcddf97ecf35e2182a40cfcf5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 23:37:47 +0000 Subject: [PATCH] geth@1.12.1: Fix hash (Closes #5017) --- bucket/geth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/geth.json b/bucket/geth.json index b2f7bcafad..6ca454d29c 100644 --- a/bucket/geth.json +++ b/bucket/geth.json @@ -6,12 +6,12 @@ "architecture": { "64bit": { "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-amd64-1.12.1-9c216bd6.zip", - "hash": "md5:2705df8ac23f3117068f46b2ed40adcd", + "hash": "md5:c5ce26306337729e6f5d1737a71bf141", "extract_dir": "geth-alltools-windows-amd64-1.12.1-9c216bd6" }, "32bit": { "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.12.1-9c216bd6.zip", - "hash": "md5:024204b513c39d5891a0ae5338b9a295", + "hash": "md5:69b0b7e35b36c5b5a8a19b5a8393b558", "extract_dir": "geth-alltools-windows-386-1.12.1-9c216bd6" } },