comparison src/xz.mk @ 3490:ad720dbb68d9

Update xz to 5.0.5 * src/xz.mk: update to 5.0.5
author John Donoghue <john.donoghue@ieee.org>
date Sun, 02 Feb 2014 09:37:48 -0500
parents 13be64f9f16d
children c9e54aa12e0e
comparison
equal deleted inserted replaced
3489:ad952072876f 3490:ad720dbb68d9
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.4 6 $(PKG)_VERSION := 5.0.5
7 $(PKG)_CHECKSUM := 3e976d7715fde43422572c70f927bfdae56a94c3 7 $(PKG)_CHECKSUM := 26fec2c1e409f736e77a85e4ab314dc74987def0
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