diff options
| author | Shiji Yang | 2025-03-28 16:10:25 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-04-01 19:47:15 +0000 |
| commit | e37ad78539d410368de2e5b95388b3acf8686126 (patch) | |
| tree | feba8ca04622af3812c2d031b54475184a2228d4 | |
| parent | a7e1e138172a1e4f9c35db93c11d026bb3338e24 (diff) | |
| download | openwrt-e37ad78539d410368de2e5b95388b3acf8686126.tar.gz | |
tools/xz: update to 5.8.0
Changelogs:
https://github.com/tukaani-project/xz/releases/tag/v5.8.0
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18367
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile index 97a47041d2..a140b3b7fa 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.6.4 +PKG_VERSION:=5.8.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/tukaani-project/xz/releases/download/v$(PKG_VERSION) \ @SF/lzmautils \ http://tukaani.org/xz -PKG_HASH:=176d510c30d80a23b8050bbc048f2ecaacb823ae48b6821727ed6591f0df9200 +PKG_HASH:=8c107270289807e2047f35d687b4d7a5bb029137f7c89ebdcfa909cb3b674440 PKG_CPE_ID:=cpe:/a:tukaani:xz HOST_BUILD_PARALLEL:=1 |