summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-10 02:16:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-10 02:16:01 +0200
commitcc4b2a057b5a4e4507580fcf73646f390fe1fbd5 (patch)
tree44e3690c8f727afb20c9c0be6fa8ef2298ab2590 /toolchain
parent97e04ea21a34985e7d687c82fea496ca579ef062 (diff)
gdb: forgot to update hashes
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index c08c4c1b8..4e13fa354 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -5,7 +5,7 @@ PKG_NAME:= gdb
ifeq ($(ADK_TOOLCHAIN_GDB_8_3),y)
PKG_VERSION:= 8.3.1
PKG_RELEASE:= 1
-PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+PKG_HASH:= 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif