diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-31 11:09:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:12 +0200 |
commit | a6ab111f3cd2a4dba046566e95f55c82fe701f67 (patch) | |
tree | 61faeada1af247f8ce83bca8a573ef455540f840 /package/pkgconf/Makefile | |
parent | be0d23122accd572163d3deeccdafcbc569f6828 (diff) |
pkgconf: update to 2.3.0, add buildroot patch to fix sysroot behaviour
Diffstat (limited to 'package/pkgconf/Makefile')
-rw-r--r-- | package/pkgconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile index 77dbba517..38f9b4c4a 100644 --- a/package/pkgconf/Makefile +++ b/package/pkgconf/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pkgconf -PKG_VERSION:= 1.1.0 -PKG_RELEASE:= 2 -PKG_HASH:= 5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63 +PKG_VERSION:= 2.3.0 +PKG_RELEASE:= 1 +PKG_HASH:= 3a9080ac51d03615e7c1910a0a2a8df08424892b5f13b0628a204d3fcce0ea8b PKG_DESCR:= smart pkg-config replacement PKG_SECTION:= dev/tools HOST_BUILDDEP:= sed-host |