comparison src/build-xz.mk @ 3737:c9e54aa12e0e

xz: update to version 5.0.7 * src/xz.mk: update version, checksum * src/build-xz.mk: update version, checksum
author John Donoghue
date Wed, 12 Nov 2014 15:05:45 -0500
parents 214ad32cab26
children bdc0c36d5dbc
comparison
equal deleted inserted replaced
3736:b90033378759 3737:c9e54aa12e0e
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.0.5 6 $(PKG)_VERSION := 5.0.7
7 $(PKG)_CHECKSUM := 26fec2c1e409f736e77a85e4ab314dc74987def0 7 $(PKG)_CHECKSUM := da6d81015333785fc9399ab129e6f53fe1cbf350
8 $(PKG)_SUBDIR := xz-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := xz-$($(PKG)_VERSION)
9 $(PKG)_FILE := xz-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := xz-$($(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