From daa0d1c00dc184108a834842bdc12b4e6a22e320 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:26:23 +0800 Subject: [PATCH] bit: hash fix (#1953) --- bucket/bit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bit.json b/bucket/bit.json index d048225d9e..9a19a00d82 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/chriswalz/bit/releases/download/v1.0.5/bit_1.0.5_Windows_amd64.tar.gz", - "hash": "4bf81fad49fff85783e9abe9f6eb93f90f8e5e31b662253b2d096cc4c57b8134" + "hash": "ef557931d371f62bf83393ec10e1fa65b59d21db76ba4f2def8865fe7cb9dd16" }, "32bit": { "url": "https://github.com/chriswalz/bit/releases/download/v1.0.5/bit_1.0.5_Windows_386.tar.gz", - "hash": "7747e1aceb2652b389c43dbaf8876c2a5817fc78a6c4f15c51bbf058726d9626" + "hash": "4afc273938d3f65e3d8baa3ff087e91b8874cbe2a89ec22deb8fe15927610e72" } }, "bin": "bit.exe",