summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-12-04 02:26:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-04 02:26:54 (GMT)
commite0d2bbb8dbac7304f0246bcf3a372583501db942 (patch)
treef637adf853b691e14fa222e540ea44ea21f175ae
parent27cf6b0720507fe86a238aa4a87e685421497ddd (diff)
downloadmxe-e0d2bbb8dbac7304f0246bcf3a372583501db942.zip
mxe-e0d2bbb8dbac7304f0246bcf3a372583501db942.tar.gz
mxe-e0d2bbb8dbac7304f0246bcf3a372583501db942.tar.bz2
update package binutils
-rw-r--r--src/binutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binutils.mk b/src/binutils.mk
index 5fad282..0424254 100644
--- a/src/binutils.mk
+++ b/src/binutils.mk
@@ -3,8 +3,8 @@
PKG := binutils
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.23.2
-$(PKG)_CHECKSUM := 042c51073205ebaf88c272d6168f9deb71984b56
+$(PKG)_VERSION := 2.24
+$(PKG)_CHECKSUM := 7ac75404ddb3c4910c7594b51ddfc76d4693debb
$(PKG)_SUBDIR := binutils-$($(PKG)_VERSION)
$(PKG)_FILE := binutils-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/binutils/$($(PKG)_FILE)