index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
xz
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Nick Hainke <vincent@systemli.org>
2022-12-14 11:00:07 +0100
committer
Hauke Mehrtens <hauke@hauke-m.de>
2022-12-19 23:25:35 +0100
commit
a0bf926a461484cf7b9b56768e14212994c88d84
(
patch
)
tree
f222c75f379d316c8523b8a731314449d5c85ee6
/
tools/xz
parent
6d1df35747d7f02f52973ba5604642dcc17ddf5f
(
diff
)
tools/xz: update to 5.2.10
Update to latest version. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat
(limited to 'tools/xz')
-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 7d3392fefe..6e287a61b0 100644
--- a/
tools/xz/Makefile
+++ b/
tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.9
+PKG_VERSION:=5.2.10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=b194507fba3a462a753c553149ccdaa168337bcb7deefddd067ba987c83dfce6
+PKG_HASH:=01b71df61521d9da698ce3c33148bff06a131628ff037398c09482f3a26e5408
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1