summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-02-23 10:44:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-02-24 09:25:51 +0100
commit0afc574804b710c8c72970539537fdbdf0fecc87 (patch)
tree7efaa1a6efe226d1c9cc092af0f699190668ab91 /toolchain
parent77d39a5d217f409405b7517ff738969e7b06f1d1 (diff)
gdb: update to 13.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 220b14383..8aacab300 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_2),y)
-PKG_VERSION:= 11.2
+ifeq ($(ADK_TOOLCHAIN_GDB_13_1),y)
+PKG_VERSION:= 13.1
PKG_RELEASE:= 1
-PKG_HASH:= 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32
+PKG_HASH:= 115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif