[openwrt/openwrt] tools/xz: update to 5.6.1
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 28 22:57:01 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/714c91d1a63f29650abaa9cf69ffa47cf2c70297
commit 714c91d1a63f29650abaa9cf69ffa47cf2c70297
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Mar 28 21:36:29 2024 +0100
tools/xz: update to 5.6.1
Change mirror to github.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/xz/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index a90cec86bf..b7b9429244 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.4.6
+PKG_VERSION:=5.6.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@SF/lzmautils \
- http://tukaani.org/xz
-PKG_HASH:=913851b274e8e1d31781ec949f1c23e8dbcf0ecf6e73a2436dc21769dd3e6f49
+PKG_SOURCE_URL:=https://github.com/tukaani-project/xz/releases/download/v$(PKG_VERSION)
+PKG_HASH:=d300422649a0124b1121630be559c890ceedf32667d7064b8128933166c217c8
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list