changeset 4163:d0f9e29a751b

fix md5 of Orthanc framework package
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Aug 2020 07:51:38 +0200
parents a92a3ac7f748
children b3c5418109a9 ad64038bcbc5
files OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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