From d503b9b20eba3dfd0d18123fa8f2650e9a55ff1c Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Fri, 6 Jun 2025 13:37:03 +0200 Subject: [PATCH] [csolution-rpc] Update SHA --- tools/projmgr/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/projmgr/CMakeLists.txt b/tools/projmgr/CMakeLists.txt index 34c8d38d8..517975276 100644 --- a/tools/projmgr/CMakeLists.txt +++ b/tools/projmgr/CMakeLists.txt @@ -16,8 +16,9 @@ file(DOWNLOAD include(FetchContent) FetchContent_Declare( rpc-interface + DOWNLOAD_EXTRACT_TIMESTAMP ON URL https://github.com/Open-CMSIS-Pack/csolution-rpc/releases/download/v0.0.1/csolution-rpc.zip - URL_HASH SHA256=e5e6528ace7cf9b31a24ef268f9d86a9810d3a84c0e4e166dfe2c745e734524a + URL_HASH SHA256=b86a9e63c5d269c9375fe7c389234a05e7ce59ebb26bde81858b669e5664f3f6 ) FetchContent_MakeAvailable(rpc-interface)