Ver código fonte

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>
Heinrich Schuchardt 8 anos atrás
pai
commit
04c0d95776
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      devel/pkg-config/Makefile

+ 3
- 3
devel/pkg-config/Makefile Ver arquivo

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