From 9f8564d6c2d8830b35a38756961a6682ceefe533 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Tue, 1 Aug 2023 21:35:34 -0400 Subject: [PATCH] Update libcurl to version 8.2.1 --- gvsbuild/projects/libcurl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvsbuild/projects/libcurl.py b/gvsbuild/projects/libcurl.py index 8c7e77a6b..e483f5175 100644 --- a/gvsbuild/projects/libcurl.py +++ b/gvsbuild/projects/libcurl.py @@ -29,10 +29,10 @@ def __init__(self): Project.__init__( self, "libcurl", - version="8.2.0", + version="8.2.1", repository="https://github.com/curl/curl", archive_url="https://github.com/curl/curl/releases/download/curl-{major}_{minor}_{micro}/curl-{version}.tar.xz", - hash="2859ec79e2cd96e976a99493547359b8001af1d1e21f3a3a3b846544ef54500f", + hash="dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894", dependencies=[ "perl", "cmake",