From 75c1d207b3940d758564c28232ad98eb182f8c3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:15:59 +0000 Subject: [PATCH] cygwin@2.935: Fix hash (Closes #7590) --- bucket/cygwin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index de0afa13ee..31e242adfb 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": "46993d76d756bde18564f72a4ee07384cd82b447527ca406c8bfc034cb05c664" + "hash": "4175dfeb4c5c44d2a53596081f73eac962d648901199a841509b594cca831396" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "5b33dbe58ae8d34d1445a859c73d077e0c0b349306e40834d637f7540499234d" + "hash": "f5076115f633ca180aaa15476803b6fe1e835b740ec993d221790711b1efa949" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",