diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-10 19:11:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-10 19:11:36 +0000 |
commit | e75b0f97b9c10a4f7545650dddb4768ed1cced40 (patch) | |
tree | d4c27e03d63ad340c121c1d5f9dda4f1c145871f | |
parent | c886114137466d49f60ee617f14c8043fd240871 (diff) | |
download | master-187ad058-e75b0f97b9c10a4f7545650dddb4768ed1cced40.tar.gz master-187ad058-e75b0f97b9c10a4f7545650dddb4768ed1cced40.tar.bz2 master-187ad058-e75b0f97b9c10a4f7545650dddb4768ed1cced40.zip |
pkg-config: Update to 0.29.1
* Bump pkg-config version to 0.29.1
* Use https for the source download (http gets directed there)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48988 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | tools/pkg-config/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index 40e6e083e8..57f02b5394 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkg-config -PKG_VERSION:=0.29 +PKG_VERSION:=0.29.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/ -PKG_MD5SUM:=77f27dce7ef88d0634d0d6f90e03a77f +PKG_SOURCE_URL:=https://pkgconfig.freedesktop.org/releases/ +PKG_MD5SUM:=f739a28cae4e0ca291f82d1d41ef107d HOST_BUILD_PARALLEL:=1 |