gdb: Update to version 17.1

This commit is contained in:
github-actions[bot] 2026-01-01 16:30:30 +00:00
parent b9a6c4b0c4
commit fde2c43cf3

View File

@ -1,15 +1,15 @@
{
"version": "14.1",
"version": "17.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-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\\gdb-*.7z\" \"$dir\"",
"Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force"