From 60e60fc38f26ef3397411488dfe4a1117f04592a Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 9 Nov 2021 09:16:59 +0000 Subject: [PATCH] c-ares: bump to 1.18.1 Changelog: https://lists.haxx.se/pipermail/c-ares/2021-October/000002.html This includes the update to the domain name, made upstream, ref: https://lists.haxx.se/pipermail/c-ares/2021-September/000001.html Signed-off-by: Karl Palsson --- libs/c-ares/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index 495d03ef9..4c13927b2 100644 --- a/libs/c-ares/Makefile +++ b/libs/c-ares/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=c-ares -PKG_VERSION:=1.17.2 +PKG_VERSION:=1.18.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://c-ares.haxx.se/download -PKG_HASH:=4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d +PKG_SOURCE_URL:=https://c-ares.org/download +PKG_HASH:=1a7d52a8a84a9fbffb1be9133c0f6e17217d91ea5a6fa61f6b4729cda78ebbcf PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.md