From 2aa1d5a3fadc3ba42dcd3a18bb44851b202b5332 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 11 Dec 2024 16:00:07 +0800 Subject: [PATCH] curl: update to 8.11.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eaa1531..2c0193b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.11.0 +PKG_VERSION:=8.11.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:=c95d5a1368803729345a632ce42cceeefd5f09c3b4d9582f858f6779f4b8b254 +PKG_HASH:=e9773ad1dfa21aedbfe8e1ef24c9478fa780b1b3d4f763c98dd04629b5e43485 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING