From f3b61b41b184be149ab8c458afefdf04751822bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:17:16 +0000 Subject: [PATCH] Update dependency curl/curl to v8_9_1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e05d9f..3bcb586 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ BINSYMDIR=$(PREFIX)/local/bin/ CRITERION_VERSION=2.4.2 SHUNIT_VERSION=2.1.8 -CURL_VERSION_TAG=8_9_0 +CURL_VERSION_TAG=8_9_1 CURL_VERSION=$(shell echo $(CURL_VERSION_TAG) | sed -e 's/_/./g') OPENSSL_VERSION=3.3.1 ZLIB_VERSION=1.3.1