[openwrt/openwrt] tools: elfutils: Update to version 0.187

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 13 05:06:09 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3efe595df9426c2e850e6009da5fb793b776d4e6

commit 3efe595df9426c2e850e6009da5fb793b776d4e6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Aug 7 19:58:19 2022 +0200

    tools: elfutils: Update to version 0.187
    
    Update to most recent version of elfutils and sync with version from
    package folder.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 tools/elfutils/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile
index d49bc07f27..92a916ec4d 100644
--- a/tools/elfutils/Makefile
+++ b/tools/elfutils/Makefile
@@ -3,12 +3,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=elfutils
-PKG_VERSION:=0.186
+PKG_VERSION:=0.187
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
-PKG_HASH:=7f6fb9149b1673d38d9178a0d3e0fb8a1ec4f53a9f4c2ff89469609879641177
+PKG_HASH:=e70b0dfbe610f90c4d1fe0d71af142a4e25c3c4ef9ebab8d2d72b65159d454c8
 
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_LICENSE_FILES:=COPYING COPYING-GPLV2 COPYING-LGPLV3




More information about the lede-commits mailing list