[source] package/devel/binutils: Update to 2.27

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 13 08:06:27 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/4379bcb1b4b73fb8487a14bec9554a17d4726e35

commit 4379bcb1b4b73fb8487a14bec9554a17d4726e35
Author: diizzyy <diizzyy at users.noreply.github.com>
AuthorDate: Mon Oct 3 18:56:49 2016 +0200

    package/devel/binutils: Update to 2.27
    
    Updates binutils to 2.27
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/devel/binutils/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile
index 84e023a..7a24884 100644
--- a/package/devel/binutils/Makefile
+++ b/package/devel/binutils/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=binutils
-PKG_VERSION:=2.25
+PKG_VERSION:=2.27
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=@GNU/binutils
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_VERSION:=$(PKG_VERSION)
-PKG_MD5SUM:=d9f3303f802a5b6b0bb73a335ab89d66
+PKG_MD5SUM:=2869c9bf3e60ee97c74ac2a6bf4e9d68
 
 PKG_FIXUP:=autoreconf
 PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld libiberty gold intl



More information about the lede-commits mailing list