diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-25 18:56:19 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-25 18:56:19 +0000 |
commit | d5634c554baad8947adb53393b572859f8ccb6de (patch) | |
tree | c5b4b27a1e6b2d7e9e39e3aa1fa2fb90d2f323d5 /tools/pkg-config | |
parent | 1b985d993da0a08c2eb60d4f9ca09ff88f8afed5 (diff) | |
download | master-187ad058-d5634c554baad8947adb53393b572859f8ccb6de.tar.gz master-187ad058-d5634c554baad8947adb53393b572859f8ccb6de.tar.bz2 master-187ad058-d5634c554baad8947adb53393b572859f8ccb6de.zip |
tools/pkg-config: update to version 0.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24146 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/pkg-config')
-rw-r--r-- | tools/pkg-config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index b4a2d5d557..530c196bd5 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkg-config -PKG_VERSION:=0.22 +PKG_VERSION:=0.25 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/ -PKG_MD5SUM:=fd5c547e9d66ba49bc735ccb8c791f2a +PKG_MD5SUM:=a3270bab3f4b69b7dc6dbdacbcae9745 include $(INCLUDE_DIR)/host-build.mk |