summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-10-21 22:06:49 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-22 22:50:37 +0200
commitef51c0150a5c569d474891e0bc7ae93a12d99c1b (patch)
tree535b1e7018587a2249894b6c85ba6df77ffba3af /tools/xz
parent6e245777bdfe75f73766ef06458de6313a7d4d5e (diff)
downloadopenwrt-ef51c0150a5c569d474891e0bc7ae93a12d99c1b.tar.gz
openwrt-ef51c0150a5c569d474891e0bc7ae93a12d99c1b.tar.bz2
openwrt-ef51c0150a5c569d474891e0bc7ae93a12d99c1b.zip
tools/xz: update to 5.2.7
Update to latest version. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 8add2f21df..845fefe9af 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.6
+PKG_VERSION:=5.2.7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=13e3402e301b6018f6a71ef0e497f714c6d11e214ae82dab156b81c2a64acb25
+PKG_HASH:=b65f1d0c2708e57716f4dd2216989a73847ac6fdb4168ffceb155767e22b834b
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1