comparison src/xz.mk @ 6365:911067b5ae67

* src/build-xz.mk, src/xz.mk: update to v5.2.6
author John Donoghue <john.donoghue@ieee.org>
date Tue, 16 Aug 2022 08:08:57 -0400
parents d58c36155054
children 1f09fa71561b
comparison
equal deleted inserted replaced
6364:c2d8ae4bdea4 6365:911067b5ae67
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.5 6 $(PKG)_VERSION := 5.2.6
7 $(PKG)_CHECKSUM := 0b9d1e06b59f7fe0796afe1d93851b9306b4a3b6 7 $(PKG)_CHECKSUM := cd2db279df5716d18e961695921d7f6de629c6e9
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