[openwrt/openwrt] tools/patchelf: update to 0.18.0

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 29 08:39:14 PDT 2023


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

commit ec6bcda8e49815efeee845da50defc85ae068b79
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Apr 24 08:21:20 2023 +0200

    tools/patchelf: update to 0.18.0
    
    Release Notes:
    https://github.com/NixOS/patchelf/releases/tag/0.18.0
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 tools/patchelf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/patchelf/Makefile b/tools/patchelf/Makefile
index 3ddd611cd8..bbda3a9e40 100644
--- a/tools/patchelf/Makefile
+++ b/tools/patchelf/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=patchelf
-PKG_VERSION:=0.17.2
+PKG_VERSION:=0.18.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://github.com/NixOS/patchelf/releases/download/$(PKG_VERSION)
-PKG_HASH:=bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2
+PKG_HASH:=1952b2a782ba576279c211ee942e341748fdb44997f704dd53def46cd055470b
 
 HOST_BUILD_PARALLEL:=1
 HOST_FIXUP:=autoreconf




More information about the lede-commits mailing list