comparison src/build-xz.mk @ 6739:8b4588981d0c

* src/build-xz.mk, src/xz.mk: update to v5.4.3
author John Donoghue <john.donoghue@ieee.org>
date Fri, 09 Jun 2023 08:48:08 -0400
parents 52f147263496
children 3e527b9f6985
comparison
equal deleted inserted replaced
6738:182428cce3bc 6739:8b4588981d0c
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.2 6 $(PKG)_VERSION := 5.4.3
7 $(PKG)_CHECKSUM := 9a830e67c114263ee4ebe8e8305dbea3ff34868f 7 $(PKG)_CHECKSUM := d04e48be35a73fe4b99d6bd9bf7278b1b6293c7d
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 := http://tukaani.org/xz/$($(PKG)_FILE) 10 $(PKG)_URL := http://tukaani.org/xz/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-gettext 11 $(PKG)_DEPS := build-gettext
12 12