From 6bbbfd91b7161aa3dff033fd8e49b6d80094a3cd Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 18 Sep 2024 15:00:24 +0800 Subject: [PATCH] curl: update to 8.10.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3484b73..22f2f57 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.10.0 +PKG_VERSION:=8.10.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_, https://dl.uxnr.de/mirror/curl/ \ https://curl.askapache.com/download/ \ https://curl.se/download/ -PKG_HASH:=be30a51f7bbe8819adf5a8e8cc6991393ede31f782b8de7b46235cc1eb7beb9f +PKG_HASH:=3763cd97aae41dcf41950d23e87ae23b2edb2ce3a5b0cf678af058c391b6ae31 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING