gdb: update to 16.2.

This commit is contained in:
Duncaen 2025-02-05 18:13:16 +01:00
parent 74703c62fe
commit 73a9b3dfc9
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,6 +1,6 @@
# Template file for 'gdb'
pkgname=gdb
version=16.1
version=16.2
revision=1
build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python"
@ -22,7 +22,7 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb"
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"
checksum=c2cc5ccca029b7a7c3879ce8a96528fdfd056b4d884f2b0511e8f7bc723355c6
checksum=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
make_check=extended # Tests take too long, not all of them pass.
python_version="3"