From b9a6c4b0c47f7da38566817eb1427c7a54987f39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:30:30 +0000 Subject: [PATCH] gcc: Update to version 15.2.0 --- bucket/gcc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gcc.json b/bucket/gcc.json index 7c54f49882..b33a846fe4 100644 --- a/bucket/gcc.json +++ b/bucket/gcc.json @@ -1,15 +1,15 @@ { - "version": "13.2.0", + "version": "15.2.0", "description": "GNU Compiler Collection and binutils", "homepage": "https://www.gnu.org/software/gcc/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://nuwen.net/files/mingw/components-19.0.7z", - "hash": "a684b84397ba1afe1d9fb3d06cfbf2b08d8259c99045c1c2c259b04dcb09d73e" + "url": "https://nuwen.net/files/mingw/components-20.0.7z", + "hash": "561d873b7f95dbb39a34b7ab00050dc6028808310a847721a8aea5e5b0bff1c9" } }, - "extract_dir": "components-19.0", + "extract_dir": "components-20.0", "pre_install": [ "Expand-7ZipArchive \"$dir\\binutils-*.7z\" \"$dir\"", "Expand-7ZipArchive \"$dir\\mingw-w64+gcc.7z\" \"$dir\"",