[openwrt/openwrt] tools/patchelf: update to 0.17.0
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 18 14:20:12 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1e0709ea39e888510a847ce626cd871752b17aab
commit 1e0709ea39e888510a847ce626cd871752b17aab
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Fri Dec 16 14:40:49 2022 +0800
tools/patchelf: update to 0.17.0
Update to the latest released version.
Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
tools/patchelf/Makefile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/tools/patchelf/Makefile b/tools/patchelf/Makefile
index 4cf039c407..1271a393c0 100644
--- a/tools/patchelf/Makefile
+++ b/tools/patchelf/Makefile
@@ -7,12 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=patchelf
+PKG_VERSION:=0.17.0
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://github.com/NixOS/patchelf.git
-PKG_SOURCE_VERSION:=f34751b88bd07d7f44f5cd3200fb4122bf916c7e
-PKG_SOURCE_DATE:=2020-12-07
-PKG_MIRROR_HASH:=ac746930b919b97da40f259cfc9ab7bbd48a0c9cbf2eebd8cee5ae19a94356fd
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE_URL:=https://github.com/NixOS/patchelf/releases/download/$(PKG_VERSION)
+PKG_HASH:=45d76f4a31688a523718ec512f31650b1f35d1affec3eafeb3feeb5448d341e1
HOST_BUILD_PARALLEL:=1
HOST_FIXUP:=autoreconf
More information about the lede-commits
mailing list