summaryrefslogtreecommitdiffstats
path: root/tools/xz/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-03-28 21:36:29 +0100
committerNick Hainke <vincent@systemli.org>2024-03-29 06:56:43 +0100
commit714c91d1a63f29650abaa9cf69ffa47cf2c70297 (patch)
tree0e805110beab5b54d312b4f4a58cc4764dfadd95 /tools/xz/Makefile
parenteb370ebc5f2ec8286f251833acc91ccad7f1d467 (diff)
downloadopenwrt-714c91d1a63f29650abaa9cf69ffa47cf2c70297.tar.gz
openwrt-714c91d1a63f29650abaa9cf69ffa47cf2c70297.tar.bz2
openwrt-714c91d1a63f29650abaa9cf69ffa47cf2c70297.zip
tools/xz: update to 5.6.1
Change mirror to github. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/xz/Makefile')
-rw-r--r--tools/xz/Makefile7
1 files 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