comparison src/xz.mk @ 4333:3a97edaa931e

src/xz.mk: update version v5.2.3, checksum, use xz file
author John D
date Mon, 16 Jan 2017 08:35:15 -0500
parents f51f946b0487
children 0271f6d7af32
comparison
equal deleted inserted replaced
4332:23b64041b678 4333:3a97edaa931e
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.2.2 6 $(PKG)_VERSION := 5.2.3
7 $(PKG)_CHECKSUM := 14663612422ab61386673be78fbb2556f50a1f08 7 $(PKG)_CHECKSUM := a2975d12e0905daec48ec87c0098602e0669d195
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.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/' | \