From f3b8cfafd77f63c7d9145e68e3a8cf34ec2a6ad2 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Fri, 27 Dec 2024 17:49:06 +0300 Subject: [PATCH] Update libcurl to 8.11.1. --- subprojects/libcurl.wrap | 8 ++++---- subprojects/packagefiles/curl/meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/subprojects/libcurl.wrap b/subprojects/libcurl.wrap index 852d11df4..d7172a4f2 100644 --- a/subprojects/libcurl.wrap +++ b/subprojects/libcurl.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = curl-8.11.0 -source_url = https://curl.se/download/curl-8.11.0.tar.xz -source_filename = curl-8.11.0.tar.xz -source_hash = db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb +directory = curl-8.11.1 +source_url = https://curl.se/download/curl-8.11.1.tar.xz +source_filename = curl-8.11.1.tar.xz +source_hash = c7ca7db48b0909743eaef34250da02c19bc61d4f1dcedd6603f109409536ab56 patch_directory = curl [provide] diff --git a/subprojects/packagefiles/curl/meson.build b/subprojects/packagefiles/curl/meson.build index 1ae8457de..d3c54c17e 100644 --- a/subprojects/packagefiles/curl/meson.build +++ b/subprojects/packagefiles/curl/meson.build @@ -1,4 +1,4 @@ -project('libcurl', 'c', version: '8.11.0', license: 'bsd') +project('libcurl', 'c', version: '8.11.1', license: 'bsd') src = [ 'lib/vauth/cleartext.c',