gdb: update to 7.6.1.

This commit is contained in:
Juan RP 2013-08-31 08:46:42 +02:00
parent f912a34377
commit 9d388a18ad

View file

@ -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 <xtraeme@gmail.com>"
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