From 477311cb6fe371bb21a34526c9d15d562430d122 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 02:40:24 +0000 Subject: [PATCH] cygwin@2.933: Fix hash (Closes #6747) --- bucket/cygwin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index 0b6f54cdfa..1ad0d2a3c3 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": "e7815d360ab098fdd1f03f10f43f363c73a632e8866e304c72573cf1e6a0dec8" + "hash": "2e2e322b138f6337d1a9be71cc0d3b9bb05991c5ac72bd68cf3c1c5f309ecf30" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "daf39439cf53968043c0f5944853abf571859fcfdf63dfd3a4f84d7f60d65ee4" + "hash": "7259b823779bc63ff3365a8bce9187bf5f5a88dc44dd075118d18f949e95053b" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",