comparison src/build-xz.mk @ 3823:49b6bc966f5d

xz: update to v5.2.1 * src/build-xz.mk: update version, checksum * src/xz.mk: update version, checksum
author John Donoghue
date Tue, 03 Mar 2015 11:54:53 -0500
parents bdc0c36d5dbc
children f51f946b0487
comparison
equal deleted inserted replaced
3822:01c6c2eac4f7 3823:49b6bc966f5d
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.2.0 6 $(PKG)_VERSION := 5.2.1
7 $(PKG)_CHECKSUM := ef6b8e0b6fd85eb1b844e555ae3ecbb3a4aa8e81 7 $(PKG)_CHECKSUM := 6022493efb777ff4e872b63a60be1f1e146f3c0b
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