# HG changeset patch # User Alain Mazy # Date 1689326250 -7200 # Node ID 39bfe08163417ac9bed8045cc7c7f059e2b3e764 # Parent e4ee1b80f94ac8c5fa604570fda0f46a9ccafd72 fix orthanc framework hash diff -r e4ee1b80f94a -r 39bfe0816341 Resources/Orthanc/CMake/DownloadOrthancFramework.cmake --- a/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake Mon Feb 06 09:32:19 2023 +0100 +++ b/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake Fri Jul 14 11:17:30 2023 +0200 @@ -153,7 +153,7 @@ elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.2") set(ORTHANC_FRAMEWORK_MD5 "ede3de356493a8868545f8cb4b8bc8b5") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.3") - set(ORTHANC_FRAMEWORK_MD5 "5c1b11009d782f248739919db6bf7f7a") + set(ORTHANC_FRAMEWORK_MD5 "f941c0f5771db7616e7b7961026a60e2") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc