From: Aleksey Vasilenko Date: Wed, 24 Jul 2024 22:29:18 +0000 (+0300) Subject: c-ares: update to 1.32.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7cde0eea991ab030c1dcb595fe65c9808db9fdef;p=openwrt-packages.git c-ares: update to 1.32.3 - Use up-to-date source URL Signed-off-by: Aleksey Vasilenko --- diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index 90c21f0ae..17f022dc6 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.29.0 +PKG_VERSION:=1.32.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://c-ares.org/download -PKG_HASH:=0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7 +PKG_SOURCE_URL:=https://github.com/c-ares/c-ares/releases/download/v$(PKG_VERSION) +PKG_HASH:=5f02cc809aac3f6cc5edc1fac6c4423fd5616d7406ce47b904c24adf0ff2cd0f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.md