summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-12 00:53:18 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-12 00:53:18 +0200
commit6c4495b080026e0649048ed4dfe83a0f3a15457a (patch)
tree0aff9dede7b7436e70f269ad5bd4bf0500ccd07c /toolchain/gdb/Makefile.inc
parent2d0bb30192adea21bafeb40c957d853734a4b205 (diff)
gdb: update to 7.11.1
Diffstat (limited to 'toolchain/gdb/Makefile.inc')
-rw-r--r--toolchain/gdb/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index f576fdd29..56083767c 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -2,10 +2,10 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gdb
-ifeq ($(ADK_TOOLCHAIN_GDB_7_11),y)
-PKG_VERSION:= 7.11
+ifeq ($(ADK_TOOLCHAIN_GDB_7_11_1),y)
+PKG_VERSION:= 7.11.1
PKG_RELEASE:= 1
-PKG_HASH:= 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
+PKG_HASH:= e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif