comparison src/xz.mk @ 3764:bdc0c36d5dbc

xz: update to v5.2.0 * src/build-xz.mk: update version/checksum * src/xz.mk: update version/checksum
author John Donoghue
date Wed, 07 Jan 2015 07:51:18 -0500
parents c9e54aa12e0e
children 49b6bc966f5d
comparison
equal deleted inserted replaced
3763:be8906c52b6b 3764:bdc0c36d5dbc
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.0.7 6 $(PKG)_VERSION := 5.2.0
7 $(PKG)_CHECKSUM := da6d81015333785fc9399ab129e6f53fe1cbf350 7 $(PKG)_CHECKSUM := ef6b8e0b6fd85eb1b844e555ae3ecbb3a4aa8e81
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
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