From b77950d6f405eb5b0024fe7dbfb999e99cd05ae3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:29:58 +0000 Subject: [PATCH] cygwin: Update to version 2.929 --- bucket/cygwin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index d91a74c083..3921b7a655 100644 --- a/bucket/cygwin.json +++ b/bucket/cygwin.json @@ -1,5 +1,5 @@ { - "version": "2.928", + "version": "2.929", "description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows", "homepage": "https://cygwin.com/", "license": { @@ -10,11 +10,11 @@ "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe", - "hash": "a17217e66dd7c40fa4851a433335c1f3f003cd627116c708b2f6e66eba886ea9" + "hash": "0acdba4df3f78d232ce05cb90bf96b5235fa10158e54b7a56f9b8825cace40fb" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "b6ee008d97379c9d22f0b412d1a99972e9eae32c8c10cf7ae3520aa27f9ac47b" + "hash": "d47d7e4676a52776ea0d760bf1ed46f72a0b908c7b25ad5b7580d20e086d68ee" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",