From 0821102d2a2385c7fd8066b9bb690802e2eb3d58 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 4 Nov 2017 09:00:51 +0100 Subject: gdb: update to 8.0.1 --- toolchain/gdb/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain') 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 -- cgit v1.2.3