# HG changeset patch # User Sebastien Jodogne # Date 1598248298 -7200 # Node ID d0f9e29a751b208be3b8a224974b35060ce61712 # Parent a92a3ac7f748127b96a82ca22dd7e1fe74c4f6f5 fix md5 of Orthanc framework package diff -r a92a3ac7f748 -r d0f9e29a751b OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon Aug 24 07:50:31 2020 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon Aug 24 07:51:38 2020 +0200 @@ -113,7 +113,7 @@ elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.2") set(ORTHANC_FRAMEWORK_MD5 "328f94dcbd78c169655a13f7ad58a2c2") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.3") - set(ORTHANC_FRAMEWORK_MD5 "29e31ebc2ff020b20d083657e5538576") + set(ORTHANC_FRAMEWORK_MD5 "3f1ba9502ec7c5449971d3b56087bcde") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc