gdb: update to 16.3.

This commit is contained in:
Duncaen 2025-04-22 17:38:17 +02:00
parent 0fffa496d2
commit 81840cf2f5
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,6 +1,6 @@
# Template file for 'gdb' # Template file for 'gdb'
pkgname=gdb pkgname=gdb
version=16.2 version=16.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python" pycompile_dirs="/usr/share/gdb/python"
@ -22,7 +22,7 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb" homepage="https://www.gnu.org/software/gdb"
changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD" changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz" distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
checksum=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119 checksum=bcfcd095528a987917acf9fff3f1672181694926cc18d609c99d0042c00224c5
make_check=extended # Tests take too long, not all of them pass. make_check=extended # Tests take too long, not all of them pass.
python_version="3" python_version="3"