comparison src/build-xz.mk @ 4334:fc4498614684

* src/build-xz.mk: update version 5.2.3, checksum, use xz file
author John D
date Mon, 16 Jan 2017 08:36:25 -0500
parents 4117faf76988
children 0271f6d7af32
comparison
equal deleted inserted replaced
4333:3a97edaa931e 4334:fc4498614684
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.2 6 $(PKG)_VERSION := 5.2.3
7 $(PKG)_CHECKSUM := 14663612422ab61386673be78fbb2556f50a1f08 7 $(PKG)_CHECKSUM := a2975d12e0905daec48ec87c0098602e0669d195
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.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
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://tukaani.org/xz/' | \ 14 $(WGET) -q -O- 'http://tukaani.org/xz/' | \