changeset 60:c8e2019ed5cb

fix orthanc framework hash
author Alain Mazy <am@osimis.io>
date Fri, 14 Jul 2023 11:17:52 +0200
parents bcffcce35890
children 2bdb38da2562
files Resources/Orthanc/CMake/DownloadOrthancFramework.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Mon Feb 06 09:33:20 2023 +0100
+++ b/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Fri Jul 14 11:17:52 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