summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-04 09:00:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-04 09:00:55 +0100
commit0821102d2a2385c7fd8066b9bb690802e2eb3d58 (patch)
tree150aa49163998b7eea056ab2cb22c2a61fc6d50a /toolchain
parent58cd3e8fc6427aa6dcbd9971c815d3cd117642eb (diff)
gdb: update to 8.0.1
Diffstat (limited to 'toolchain')
-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 419932a72..5ccc6d0de 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_8_0),y)
-PKG_VERSION:= 8.0
+ifeq ($(ADK_TOOLCHAIN_GDB_8_0_1),y)
+PKG_VERSION:= 8.0.1
PKG_RELEASE:= 1
-PKG_HASH:= f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee
+PKG_HASH:= 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif