[openwrt/openwrt] binutils: update to 2.35.2

LEDE Commits lede-commits at lists.infradead.org
Sun May 23 06:23:57 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0097899da79f1140c66fa820be31005c89933a0e

commit 0097899da79f1140c66fa820be31005c89933a0e
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Fri Apr 23 09:49:55 2021 +0300

    binutils: update to 2.35.2
    
    Signed-off-by: Konstantin Demin <rockdrilla at gmail.com>
---
 package/devel/binutils/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile
index 790fb1e91a..ca1099349c 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.35.1
-PKG_RELEASE:=2
+PKG_VERSION:=2.35.2
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=@GNU/binutils
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_VERSION:=$(PKG_VERSION)
-PKG_HASH:=3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
+PKG_HASH:=dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b
 
 PKG_FIXUP:=autoreconf
 PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld libiberty gold intl



More information about the lede-commits mailing list