From 73a9b3dfc9132dd5e6ad1d3a63ba932bea7442f0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 5 Feb 2025 18:13:16 +0100 Subject: [PATCH] gdb: update to 16.2. --- srcpkgs/gdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index f7cd2304667..63440241d86 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -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"