diff options
Diffstat (limited to 'tools/pkg-config/Makefile')
-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 4575c4d44e..17a8737be1 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.29.1 +PKG_VERSION:=0.29.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pkgconfig.freedesktop.org/releases/ -PKG_HASH:=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001 +PKG_HASH:=6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591 HOST_BUILD_PARALLEL:=1 |