Browse Source

pkg-config: update to 0.29.1

The changes in 0.29.1 center on the treatment of --variable
and --define_variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lilik-openwrt-22.03
Heinrich Schuchardt 8 years ago
parent
commit
04c0d95776
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      devel/pkg-config/Makefile

+ 3
- 3
devel/pkg-config/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pkg-config
PKG_VERSION:=0.29
PKG_RELEASE:=2
PKG_VERSION:=0.29.1
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=77f27dce7ef88d0634d0d6f90e03a77f
PKG_MD5SUM:=f739a28cae4e0ca291f82d1d41ef107d
PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de>
PKG_LICENSE:=GPL-2+


Loading…
Cancel
Save