summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2018-09-21 18:31:08 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2018-09-21 18:31:08 +0200
commit23ed5797ca7fd6707532cdfce06e047503697fad (patch)
treecc48af39d74caa9c5a3fc77dc014b9b2fa5acd2c /toolchain/binutils/Makefile.inc
parent7a604b393b51c196e765cf0e7121b56fc96b02f4 (diff)
binutils: update to 2.31.1
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-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 08118cc62..20d17ce01 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_30),y)
-PKG_VERSION:= 2.30
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_31),y)
+PKG_VERSION:= 2.31.1
PKG_RELEASE:= 1
-PKG_HASH:= 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6
+PKG_HASH:= 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif