diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-05-07 18:43:43 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-09 11:37:16 +0200 |
commit | 9207c728509e73c193efe7bbe74026edf9cef949 (patch) | |
tree | 0b712319663c07bbec4c16f653be21e22088e0e7 /tools | |
parent | b0e869501a6944bb91a2f2020a78df39bd4e9195 (diff) | |
download | upstream-9207c728509e73c193efe7bbe74026edf9cef949.tar.gz upstream-9207c728509e73c193efe7bbe74026edf9cef949.tar.bz2 upstream-9207c728509e73c193efe7bbe74026edf9cef949.zip |
tools/pkgconf: update to 1.9.5
Release Notes:
https://github.com/pkgconf/pkgconf/blob/master/NEWS
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools')
-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 c6e11edaf2..d0a8a271d9 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=1.9.4 +PKG_VERSION:=1.9.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae +PKG_HASH:=1ac1656debb27497563036f7bffc281490f83f9b8457c0d60bcfb638fb6b6171 PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf |