From 2d20caaa1f19cbde552377271043746a6618f512 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:49:52 +0000 Subject: [PATCH] cygwin@2.932: Fix hash (Closes #5766) --- bucket/cygwin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index 7c865e2fc0..c079ef3417 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": "9aeacdcf8ff71e2d1a1f9b4685eac12c4de4bb312d44ddac2c7b226f5952bfde" + "hash": "e7815d360ab098fdd1f03f10f43f363c73a632e8866e304c72573cf1e6a0dec8" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "2f1fb00d2693c431d6878799fce00e86a1a238afb8fd4289590708861fb27d8a" + "hash": "daf39439cf53968043c0f5944853abf571859fcfdf63dfd3a4f84d7f60d65ee4" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",