mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
21 lines
687 B
JSON
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"
|
|
}
|
|
}
|