comparison src/build-lzip.mk @ 4391:f20cc8ec42f6

build-lzip: update to v1.19 * src/build-lzip.mk: update version, checksum
author John D
date Mon, 05 Jun 2017 15:40:03 -0400
parents 49430638c5bd
children 0e56fe2d2ef5
comparison
equal deleted inserted replaced
4390:a79cf7dd8623 4391:f20cc8ec42f6
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-lzip 4 PKG := build-lzip
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.18 6 $(PKG)_VERSION := 1.19
7 $(PKG)_CHECKSUM := ef42f3209d02c3b3c217a61c8f127bcb8747b128 7 $(PKG)_CHECKSUM := c6042a786b69e3209112fa991806e2e7e0ba5f07
8 $(PKG)_SUBDIR := lzip-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := lzip-$($(PKG)_VERSION)
9 $(PKG)_FILE := lzip-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := lzip-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://download.savannah.gnu.org/releases/lzip/$($(PKG)_FILE) 10 $(PKG)_URL := http://download.savannah.gnu.org/releases/lzip/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12