diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-29 07:18:32 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-07 04:22:39 +0100 |
commit | 534e72ea0f8138b8581bb0618417dfe0e94bbbb4 (patch) | |
tree | 9501df065a038ae3829474b4653dc6890edf8654 /tools/pkgconf | |
parent | fed8550df744ebf4ab0e867f0f82357ca79db41e (diff) | |
download | upstream-534e72ea0f8138b8581bb0618417dfe0e94bbbb4.tar.gz upstream-534e72ea0f8138b8581bb0618417dfe0e94bbbb4.tar.bz2 upstream-534e72ea0f8138b8581bb0618417dfe0e94bbbb4.zip |
tools/pkgconf: update to 1.9.3
Release Notes:
https://github.com/pkgconf/pkgconf/blob/pkgconf-1.9.3/NEWS
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/pkgconf')
-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 d2f3252b12..b5f241b7dc 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.9.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf +PKG_HASH:=5fb355b487d54fb6d341e4f18d4e2f7e813a6622cf03a9e87affa6a40565699d include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/meson.mk |