gdb: update to 13.2.

This commit is contained in:
Duncaen 2023-05-31 22:16:04 +02:00
parent d0000f9fc7
commit f0671d6e98
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=13.1
version=13.2
revision=1
build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python"
@ -21,7 +21,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb"
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
checksum=115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
make_check=extended # Tests take too long, not all of them pass.
python_version="3"