From c0ee224bb1f69febd79788fb30ce921d53af217d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Jan 2022 06:36:05 +0100 Subject: gdb: update to 11.2 --- toolchain/gdb/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/gdb/Makefile.inc') diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index b12d535f2..220b14383 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_11_1),y) -PKG_VERSION:= 11.1 +ifeq ($(ADK_TOOLCHAIN_GDB_11_2),y) +PKG_VERSION:= 11.2 PKG_RELEASE:= 1 -PKG_HASH:= cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94 +PKG_HASH:= 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32 PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -- cgit v1.2.3