comparison src/build-xz.mk @ 7126:afbc0cc3c047

* src/build-xz.mk, src/xz.mk: update to v5.6.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 28 Mar 2024 08:05:04 -0400
parents a3df040686b0
children d8d9bc9df2b5
comparison
equal deleted inserted replaced
7125:aaf72f8c8da1 7126:afbc0cc3c047
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-xz 4 PKG := build-xz
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.4.6 6 $(PKG)_VERSION := 5.6.1
7 $(PKG)_CHECKSUM := 9bdeacb7ae00b353b4fb5414ea48cc44f52c2439 7 $(PKG)_CHECKSUM := a77dd4689db35cfaa814d1c3a919720bd41f5623
8 $(PKG)_SUBDIR := xz-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := xz-$($(PKG)_VERSION)
9 $(PKG)_FILE := xz-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := xz-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := https://github.com/tukaani-project/xz/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/tukaani-project/xz/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-gettext 11 $(PKG)_DEPS := build-gettext
12 12