From f487a15dd0a1e751fa1ed1a36d6328e8a3e7625c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:00:16 +0000 Subject: [PATCH] uutils-coreutils@0.0.27: Fix hash (Closes #5943) --- bucket/uutils-coreutils.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/uutils-coreutils.json b/bucket/uutils-coreutils.json index 4273d4b6d8..d3305738a0 100644 --- a/bucket/uutils-coreutils.json +++ b/bucket/uutils-coreutils.json @@ -6,12 +6,12 @@ "architecture": { "64bit": { "url": "https://github.com/uutils/coreutils/releases/download/0.0.27/coreutils-0.0.27-x86_64-pc-windows-msvc.zip", - "hash": "5f57dab1e1016505cd3de25632126a7495412d2f314b2bba0c94cccf9561b2a4", + "hash": "0c2e07fa1417e75687a05b9d577f67eeedb5ecd0dc34bf40886e28e1e75ba15d", "extract_dir": "coreutils-0.0.27-x86_64-pc-windows-msvc" }, "32bit": { "url": "https://github.com/uutils/coreutils/releases/download/0.0.27/coreutils-0.0.27-i686-pc-windows-msvc.zip", - "hash": "8a89edc3bb14a5da86f44639c28d8f6b6384d8ff28f87090d6d6e379354ac4b6", + "hash": "ee79d64937bee34265d36de7ee06a51fe8bc98af635726a291310fd45f73b297", "extract_dir": "coreutils-0.0.27-i686-pc-windows-msvc" } },