diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-16 23:33:55 -0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-22 18:59:10 +0100 |
commit | c0e6b785f00737a767113c728a6cf4f3838ef9a2 (patch) | |
tree | ffb6d4f313cc88e2ec45a98714d2bb1ba845002e /tools/pkgconf/Makefile | |
parent | b1952dc259ce3eb7ac6023c9e02d5adf2546efca (diff) | |
download | upstream-c0e6b785f00737a767113c728a6cf4f3838ef9a2.tar.gz upstream-c0e6b785f00737a767113c728a6cf4f3838ef9a2.tar.bz2 upstream-c0e6b785f00737a767113c728a6cf4f3838ef9a2.zip |
tools/pkgconf: update to 1.7.3
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/pkgconf/Makefile')
-rw-r--r-- | tools/pkgconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pkgconf/Makefile b/tools/pkgconf/Makefile index cefee1edf0..7d785aae39 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=1.6.3 +PKG_VERSION:=1.7.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210 +PKG_HASH:=b846aea51cf696c3392a0ae58bef93e2e72f8e7073ca6ad1ed8b01c85871f9c0 HOST_BUILD_PARALLEL:=1 |