diff options
| author | Nick Hainke | 2025-07-27 16:22:59 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-07-27 22:57:25 +0000 |
| commit | ebd0052f456299b911443690d4d4f6a95e0725cc (patch) | |
| tree | 37d60687792254e260421f2a94cee728d87d35bd | |
| parent | df3164f2054edb3ac50a45f9ac5eec92ce8efcec (diff) | |
| download | openwrt-ebd0052f456299b911443690d4d4f6a95e0725cc.tar.gz | |
tools: pkgconf: update to 2.5.1
Changelog:
https://github.com/pkgconf/pkgconf/blob/4fc570f91d9d8d843ab32d2198a5c064538d8ffd/NEWS
Link: https://github.com/openwrt/openwrt/pull/19557
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 533af502e3..7cb81f9f02 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.5.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=28f8dfc279a10ef66148befa3f6eb266e5f3570316600208ed50e9781c7269d8 +PKG_HASH:=ab89d59810d9cad5dfcd508f25efab8ea0b1c8e7bad91c2b6351f13e6a5940d8 PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf |