diff options
author | Nick Hainke <vincent@systemli.org> | 2022-10-10 08:24:44 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-10 15:57:03 -0700 |
commit | 964e59d385ca986fedced9848ffd1a491c123358 (patch) | |
tree | f654b8be35f4468a3c2388c0c6f4892cc93efb60 | |
parent | 0480ee4b0c743e9ad97a986fee3ca4af956aa8b7 (diff) |
xz: update to 5.2.7
Update to latest version. No release notes available.
Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r-- | utils/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/xz/Makefile b/utils/xz/Makefile index 28b8f0dd3..7aa49ad98 100644 --- a/utils/xz/Makefile +++ b/utils/xz/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.2.6 +PKG_VERSION:=5.2.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/lzmautils -PKG_HASH:=e076ba3439cb7cfc45b908c869f51a8c89f3c9ee9ee982fde28849c015e723a7 +PKG_HASH:=8712e9acb0b6b49a97d443458a3067dc5c08a025e02dc5f773176c51dd7cfc69 PKG_MAINTAINER:= PKG_LICENSE:=Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later |