From f6a6878d32913c9d07d8f68b571d0528e8fdacc2 Mon Sep 17 00:00:00 2001 From: moneta Date: Wed, 3 Aug 2022 17:12:20 +0200 Subject: [PATCH] [cmake] Update xrootd hash after a new version of the xrootd tar file --- builtins/xrootd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtins/xrootd/CMakeLists.txt b/builtins/xrootd/CMakeLists.txt index 85e817ca2b844..316b8edeedc45 100644 --- a/builtins/xrootd/CMakeLists.txt +++ b/builtins/xrootd/CMakeLists.txt @@ -34,7 +34,7 @@ endif() ExternalProject_Add( XROOTD URL ${XROOTD_SRC_URI} - URL_HASH SHA256=56a29c88232f2f384e151b148fcaaa8d8db5c5fdc4615193978c8f4f3a99663c + URL_HASH SHA256=2d58210161ef61fabad7c86a038f2ef71c2ba1a0e782fcb6b8c92a1ba5f2a2b3 INSTALL_DIR ${XROOTD_PREFIX} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}