From f0671d6e9849093a6a100d6a1d8aa69d532b279b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 31 May 2023 22:16:04 +0200 Subject: [PATCH] gdb: update to 13.2. --- srcpkgs/gdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 37d43a99429..0712062a82d 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -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 " 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"