From 9c82d55b4140853ce4ba8ceea1238a0b7b584d2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:23:46 +0000 Subject: [PATCH] cygwin: Update to version 2.930 --- bucket/cygwin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cygwin.json b/bucket/cygwin.json index 3921b7a655..f3123c645f 100644 --- a/bucket/cygwin.json +++ b/bucket/cygwin.json @@ -1,5 +1,5 @@ { - "version": "2.929", + "version": "2.930", "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": "0acdba4df3f78d232ce05cb90bf96b5235fa10158e54b7a56f9b8825cace40fb" + "hash": "3d9e0143268f52aecaff76f81553c880ec9a353eb5a6e22bd6d34bad8251710c" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe", - "hash": "d47d7e4676a52776ea0d760bf1ed46f72a0b908c7b25ad5b7580d20e086d68ee" + "hash": "4356f8bc0dbf0240e748b2b1bd39fb98dd8fd6604b0eb017f81cbc811a7a621d" } }, "pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",