mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
Toolchain: Update gdb to version 13.1
This commit is contained in:
parent
57516c3a9e
commit
af01203733
Notes:
sideshowbarker
2024-07-16 23:05:02 +09:00
Author: https://github.com/ADKaster
Commit: af01203733
Pull-request: https://github.com/SerenityOS/serenity/pull/18124
Reviewed-by: https://github.com/BertalanD ✅
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
|||
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
||||
BINUTILS_BASE_URL="https://ftp.gnu.org/gnu/binutils"
|
||||
|
||||
GDB_VERSION="12.1"
|
||||
GDB_MD5SUM="0c7339e33fa347ce4d7df222d8ce86af"
|
||||
GDB_VERSION="13.1"
|
||||
GDB_MD5SUM="92b70971e81a450f6b3e1cf568671cfa"
|
||||
GDB_NAME="gdb-$GDB_VERSION"
|
||||
GDB_PKG="${GDB_NAME}.tar.gz"
|
||||
GDB_BASE_URL="https://ftp.gnu.org/gnu/gdb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue