Rashil Gandhi 9b4837b17b
gdb: Update to version 11.1 (#3040)
* gdb: Update to version 11.1

* Update gdb.json

* Update gdb.json
2021-12-02 23:07:49 +05:30

21 lines
687 B
JSON

{
"version": "11.1",
"description": "GNU Debugger",
"homepage": "https://www.gnu.org/software/gdb/",
"license": "GPL-3.0-or-later",
"url": "https://downloads.sourceforge.net/project/ezwinports/gdb-11.1-w32-bin.zip",
"hash": "ec984fcc9f5235566876a3bce0aad7d6b28510466ba0b6d65fe706ce5ddb5c97",
"bin": [
"bin\\gdb.exe",
"bin\\gdbreplay.exe",
"bin\\gdbserver.exe"
],
"checkver": {
"url": "https://sourceforge.net/projects/ezwinports/files",
"regex": "/files/gdb-([\\d.]+)-w32-bin.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/ezwinports/gdb-$version-w32-bin.zip"
}
}