gdb: update to 15.1.

This commit is contained in:
Duncaen 2024-07-11 21:06:21 +02:00
parent 5cbe023520
commit 09f23f0e97
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gdb'
pkgname=gdb
version=14.2
revision=3
version=15.1
revision=1
build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python"
configure_args="--disable-werror --disable-nls --with-system-readline
@ -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=2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772
checksum=38254eacd4572134bca9c5a5aa4d4ca564cbbd30c369d881f733fb6b903354f2
make_check=extended # Tests take too long, not all of them pass.
python_version="3"