From 9d388a18ad6210ef25bcdeb53f46f87d1bfc0896 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 31 Aug 2013 08:46:42 +0200 Subject: [PATCH] gdb: update to 7.6.1. --- srcpkgs/gdb/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 7c14ea9fab3..632ccbec91a 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb -version=7.6 -revision=2 +version=7.6.1 +revision=1 build_style=gnu-configure configure_args="--disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2" -checksum=a410e8f35ee70cce83dbbf1da9e2a8373f271ac0e4b71db4336ae293fc7bdf1b +checksum=e3dfa38a14a5457f9b8b26f7b5080ba5491bd10ae4d69bfe357cea87b7d162e4 long_desc=" The purpose of a debugger such as GDB is to allow you to see what is going on inside another program while it executes--or what