Skip to content

Commit e45a664

Browse files
facontidavideclaude
andcommitted
fix: Correct SHA256 hash for IXWebSocket v11.4.6 tarball
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: daa251598522
1 parent 93c81d8 commit e45a664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(NOT ixwebsocket_FOUND)
5959
FetchContent_Declare(
6060
ixwebsocket
6161
URL https://github.com/machinezone/IXWebSocket/archive/refs/tags/v11.4.6.tar.gz
62-
URL_HASH SHA256=571b4e88063747ea27f07c58964a4a3c24e27e6bd55dad2c542e3cc41e2f1e16
62+
URL_HASH SHA256=c024334f8e45980836c67008979a884d6dcc5ef067dd2eb1fa7241f4c17ddc32
6363
)
6464
set(USE_TLS OFF CACHE BOOL "" FORCE)
6565
set(USE_ZLIB ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)