summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-26 02:56:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-26 02:56:44 +0200
commit9b9e19fa60f5dd7b1cf4d050715d665b9a39bd03 (patch)
tree93211dec82015476c2282fe2156063abff0b4ea4 /toolchain
parente5c70eefb5fccd26d054d5b56b3f51e0f6e117fa (diff)
binutils: update to 2.43.1
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 34e2329ce..72a4eb856 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,10 +2,10 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43),y)
-PKG_VERSION:= 2.43
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43_1),y)
+PKG_VERSION:= 2.43.1
PKG_RELEASE:= 1
-PKG_HASH:= 025c436d15049076ebe511d29651cc4785ee502965a8839936a65518582bdd64
+PKG_HASH:= e4c38b893f590853fbe276a6b8a1268101e35e61849a07f6ee97b5ecc97fbff8
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif