comparison src/build-pkg-config.mk @ 4551:34620b8e6c41

pkg-config: update to v0.29.2 * src/build-pkg-config.mk, src/pkg-config.m: update version, checksum
author John D
date Mon, 27 Nov 2017 08:56:57 -0500
parents 0e56fe2d2ef5
children 1c4922328c4f
comparison
equal deleted inserted replaced
4550:88bfbf0fa188 4551:34620b8e6c41
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-pkg-config 4 PKG := build-pkg-config
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.28 6 $(PKG)_VERSION := 0.29.2
7 $(PKG)_CHECKSUM := 71853779b12f958777bffcb8ca6d849b4d3bed46 7 $(PKG)_CHECKSUM := 76e501663b29cb7580245720edfb6106164fad2b
8 $(PKG)_SUBDIR := pkg-config-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := pkg-config-$($(PKG)_VERSION)
9 $(PKG)_FILE := pkg-config-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := pkg-config-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://pkgconfig.freedesktop.org/releases/$($(PKG)_FILE) 10 $(PKG)_URL := http://pkgconfig.freedesktop.org/releases/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12