Skip to content

Commit

Permalink
tools/xz: update to 5.6.1
Browse files Browse the repository at this point in the history
Change mirror to github.

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed Mar 29, 2024
1 parent eb370eb commit 714c91d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tools/xz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 714c91d

Please sign in to comment.