From 1be20182facbfc0b744054deca449d715ac7e1fd Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 7 Jul 2022 09:08:42 +0100 Subject: [PATCH] Update QuicTLS to 3.0.5+quic --- deps/quictls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/quictls/Makefile b/deps/quictls/Makefile index c18b920..72bce5c 100644 --- a/deps/quictls/Makefile +++ b/deps/quictls/Makefile @@ -1,4 +1,4 @@ -OPENSSL_VERSION = 3.0.4 +OPENSSL_VERSION = 3.0.5 BUILD_VERSION_REPOSHA = $(shell git rev-parse --short HEAD) QUICTLS_BUILD_VERSION = quic-mangadex-$(BUILD_VERSION_REPOSHA)