summaryrefslogtreecommitdiff
path: root/package/pkgconf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-04 09:06:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-04 09:06:54 +0100
commit17b92ffb174c6e6914a3f3b5dc5ba4a35818a6d7 (patch)
tree589b4355b45e3b2953685cef0aabee854ec9851a /package/pkgconf/Makefile
parent767fe7f6cd09f61149a73f3cc4df84214bb75676 (diff)
pkgconf: update to 1.1.0
Diffstat (limited to 'package/pkgconf/Makefile')
-rw-r--r--package/pkgconf/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile
index bded34468..cebfeb44d 100644
--- a/package/pkgconf/Makefile
+++ b/package/pkgconf/Makefile
@@ -4,16 +4,14 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= pkgconf
-PKG_VERSION:= 0.9.6
+PKG_VERSION:= 1.1.0
PKG_RELEASE:= 1
-PKG_HASH:= 8f5f48e52ddef0c3cbffe93f32d5148041e0030b8798b49b0b5fe72f4968d7ec
+PKG_HASH:= 5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63
PKG_DESCR:= smart pkg-config replacement
PKG_SECTION:= dev/tools
HOST_BUILDDEP:= sed-host
-PKG_URL:= https://github.com/pkgconf/pkgconf
-PKG_SITES:= http://rabbit.dereferenced.org/~nenolod/distfiles/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+PKG_URL:= http://pkgconf.org/
+PKG_SITES:= https://distfiles.dereferenced.org/pkgconf/
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk