build: update gdb to v15.2

This commit is contained in:
Guy Shimko
2024-10-30 22:14:26 +02:00
parent a9a044ffdc
commit 4c9cc100fb
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ PACKAGE_URLS=(
"https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
"https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz"
"https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz"
)
function unpack_tarball() {