aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Compression
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-07-04 16:04:03 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-07-04 16:04:03 -0400
commit981ba286e4793de95bf65e6588313411344c4d53 (patch)
treea207743df2475e8579f3f25caca0a8075b42bf89 /lib/Net.Compression
parent6b8c67888731f7dd210acdb2b1160cdbdbe30d47 (diff)
refactor: Refactor extensions with perf updates
Diffstat (limited to 'lib/Net.Compression')
-rw-r--r--lib/Net.Compression/vnlib_compress/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net.Compression/vnlib_compress/CMakeLists.txt b/lib/Net.Compression/vnlib_compress/CMakeLists.txt
index 0004c60..cbaca97 100644
--- a/lib/Net.Compression/vnlib_compress/CMakeLists.txt
+++ b/lib/Net.Compression/vnlib_compress/CMakeLists.txt
@@ -39,7 +39,7 @@ if(ENABLE_BROTLI)
FetchContent_Declare(
lib_brotli
GIT_REPOSITORY https://github.com/google/brotli.git
- GIT_TAG 04388304a6f8181cc1f022cc9e95dbb3bfe829a3
+ GIT_TAG a528bce9f65be7515a47cec2cbdcd8023822b99b
GIT_PROGRESS TRUE
)