mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
gdb: update to 7.6.1.
This commit is contained in:
parent
f912a34377
commit
9d388a18ad
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.6
|
version=7.6.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --with-system-readline
|
configure_args="--disable-nls --with-system-readline
|
||||||
--with-system-gdbinit=/etc/gdb/gdbinit"
|
--with-system-gdbinit=/etc/gdb/gdbinit"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/gdb/"
|
homepage="http://www.gnu.org/software/gdb/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||||
checksum=a410e8f35ee70cce83dbbf1da9e2a8373f271ac0e4b71db4336ae293fc7bdf1b
|
checksum=e3dfa38a14a5457f9b8b26f7b5080ba5491bd10ae4d69bfe357cea87b7d162e4
|
||||||
long_desc="
|
long_desc="
|
||||||
The purpose of a debugger such as GDB is to allow you to see what
|
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
|
is going on inside another program while it executes--or what
|
||||||
|
|
Loading…
Add table
Reference in a new issue