comparison src/build-gperf.mk @ 4549:59e8db2efac3

build-gperf: update to v3.1 * src/build-gperf.mk: update version, checksum
author John D
date Mon, 27 Nov 2017 08:53:06 -0500
parents 0e56fe2d2ef5
children
comparison
equal deleted inserted replaced
4548:e475dae96add 4549:59e8db2efac3
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-gperf 4 PKG := build-gperf
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.0.4 6 $(PKG)_VERSION := 3.1
7 $(PKG)_CHECKSUM := e32d4aff8f0c730c9a56554377b2c6d82d0951b8 7 $(PKG)_CHECKSUM := e3c0618c2d2e5586eda9498c867d5e4858a3b0e2
8 $(PKG)_SUBDIR := gperf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gperf-$($(PKG)_VERSION)
9 $(PKG)_FILE := gperf-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gperf-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gperf/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gperf/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12