From 459713a43d273d495878d2736b96310499ccf1be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:32:34 +0000 Subject: [PATCH] gdb: Update to version 14.1 --- bucket/gdb.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gdb.json b/bucket/gdb.json index f31babf06e..ec64be5426 100644 --- a/bucket/gdb.json +++ b/bucket/gdb.json @@ -1,15 +1,15 @@ { - "version": "11.1", + "version": "14.1", "description": "GNU Debugger", "homepage": "https://www.gnu.org/software/gdb/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://nuwen.net/files/mingw/components-18.0.7z", - "hash": "50b7bddbceda793098f2fed3a249fb02911f4a46c5d9a2e6c77079fa7e40b2ad" + "url": "https://nuwen.net/files/mingw/components-19.0.7z", + "hash": "a684b84397ba1afe1d9fb3d06cfbf2b08d8259c99045c1c2c259b04dcb09d73e" } }, - "extract_dir": "components-18.0", + "extract_dir": "components-19.0", "pre_install": [ "Expand-7ZipArchive \"$dir\\gdb-*.7z\" \"$dir\"", "Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force"