From 6ce1e0d6f08287f18b5d8e8b7139814025cbd4ca Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 6 May 2014 22:18:30 +0200
Subject: [PATCH] gdb: update to 7.7.1.

---
 srcpkgs/gdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 8bfcc25602..804b59644f 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
-version=7.7
-revision=3
+version=7.7.1
+revision=1
 patch_args="-Np1"
 build_style=gnu-configure
 configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit"
@@ -13,7 +13,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=0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23
+checksum=0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5
 
 # Package build options
 build_options="gdbserver static"