diff options
| author | Nick Hainke | 2024-06-11 06:16:44 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-06-14 13:27:39 +0000 |
| commit | 7a9b1f7f2553b8243db69c056654c573d3d3b3bb (patch) | |
| tree | 2eb3e744d026cf01f8ad6a6ca648f837ed7d357f | |
| parent | 99aa86ef853e5de2b6112bd5a7ea2b7476001d28 (diff) | |
| download | openwrt-7a9b1f7f2553b8243db69c056654c573d3d3b3bb.tar.gz | |
tools/pkgconf: update to 2.2.0
Changelog:
https://github.com/pkgconf/pkgconf/blob/06120a8769aed87d50e914f87a6f9f67110cf16e/NEWS
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -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 517b8d847b..533af502e3 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=1a00b7fa08c7b506a24c40f7cc8d9e0e59be748d731af8f7aa0b4d722bd8ccbe +PKG_HASH:=28f8dfc279a10ef66148befa3f6eb266e5f3570316600208ed50e9781c7269d8 PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf |