comparison src/xz.mk @ 5349:d58c36155054

Update xz to v5.2.5 * src/build-xz.mk, src/xz.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 21 Mar 2020 14:02:03 -0400
parents 0271f6d7af32
children 911067b5ae67
comparison
equal deleted inserted replaced
5348:eca81b345edf 5349:d58c36155054
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 := xz 4 PKG := xz
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.2.4 6 $(PKG)_VERSION := 5.2.5
7 $(PKG)_CHECKSUM := 1d3a6910c28d40df0134f4a49e5570e8249120c5 7 $(PKG)_CHECKSUM := 0b9d1e06b59f7fe0796afe1d93851b9306b4a3b6
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-$($(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 := 11 $(PKG)_DEPS :=
12 12