From e946417fb0c62be287a71adf69ca607b288880cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:47:03 +0000 Subject: [PATCH] cygwin@2.931: Fix hash (Closes #5590) --- bucket/cygwin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index d2f2fa03bb..5cb5562e0d 100644 --- a/bucket/cygwin.json +++ b/bucket/cygwin.json @@ -10,11 +10,11 @@ "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe", - "hash": "3d9e0143268f52aecaff76f81553c880ec9a353eb5a6e22bd6d34bad8251710c" + "hash": "9aeacdcf8ff71e2d1a1f9b4685eac12c4de4bb312d44ddac2c7b226f5952bfde" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "d47d7e4676a52776ea0d760bf1ed46f72a0b908c7b25ad5b7580d20e086d68ee" + "hash": "2f1fb00d2693c431d6878799fce00e86a1a238afb8fd4289590708861fb27d8a" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",