Signed-off-by: Roland Hieber <[email protected]> --- rules/c-ares.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/c-ares.make b/rules/c-ares.make index ed57468db..a19185e7f 100644 --- a/rules/c-ares.make +++ b/rules/c-ares.make @@ -16,14 +16,15 @@ PACKAGES-$(PTXCONF_C_ARES) += c-ares # # Paths and names # -C_ARES_VERSION := 1.10.0 -C_ARES_MD5 := 1196067641411a75d3cbebe074fd36d8 +C_ARES_VERSION := 1.14.0 +C_ARES_MD5 := e57b37a7c46283e83c21cde234df10c7 C_ARES := c-ares-$(C_ARES_VERSION) C_ARES_SUFFIX := tar.gz C_ARES_URL := http://c-ares.haxx.se/download/$(C_ARES).$(C_ARES_SUFFIX) C_ARES_SOURCE := $(SRCDIR)/$(C_ARES).$(C_ARES_SUFFIX) C_ARES_DIR := $(BUILDDIR)/$(C_ARES) C_ARES_LICENSE := MIT +C_ARES_LICENSE_MD5 := file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006 # ---------------------------------------------------------------------------- -- 2.17.1 _______________________________________________ ptxdist mailing list [email protected]
