comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 389:3d6886f3e5b3

upgrade to year 2023
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 11:17:20 +0200
parents 1280b40d6696
children 1938ba8fba35
comparison
equal deleted inserted replaced
387:f35b17a38301 389:3d6886f3e5b3
1 # Orthanc - A Lightweight, RESTful DICOM Store 1 # Orthanc - A Lightweight, RESTful DICOM Store
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium 3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2022 Osimis S.A., Belgium 4 # Copyright (C) 2017-2023 Osimis S.A., Belgium
5 # Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 5 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
6 # 6 #
7 # This program is free software: you can redistribute it and/or 7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public License 8 # modify it under the terms of the GNU Lesser General Public License
9 # as published by the Free Software Foundation, either version 3 of 9 # as published by the Free Software Foundation, either version 3 of
10 # the License, or (at your option) any later version. 10 # the License, or (at your option) any later version.
140 set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb") 140 set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb")
141 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6") 141 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6")
142 set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e") 142 set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e")
143 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7") 143 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7")
144 set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205") 144 set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205")
145 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.10.0")
146 set(ORTHANC_FRAMEWORK_MD5 "8610c82d9153f22e929f2110f8f60279")
147 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.10.1")
148 set(ORTHANC_FRAMEWORK_MD5 "caf667fc5ea452b3d0c2f70bfd02599c")
149 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.0")
150 set(ORTHANC_FRAMEWORK_MD5 "962c4a4a706a2ef28b390d8515dd7091")
151 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.1")
152 set(ORTHANC_FRAMEWORK_MD5 "a39661c406adf22cf574fde290cf4bbf")
153 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.2")
154 set(ORTHANC_FRAMEWORK_MD5 "ede3de356493a8868545f8cb4b8bc8b5")
155 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.3")
156 set(ORTHANC_FRAMEWORK_MD5 "5c1b11009d782f248739919db6bf7f7a")
145 157
146 # Below this point are development snapshots that were used to 158 # Below this point are development snapshots that were used to
147 # release some plugin, before an official release of the Orthanc 159 # release some plugin, before an official release of the Orthanc
148 # framework was available. Here is the command to be used to 160 # framework was available. Here is the command to be used to
149 # generate a proper archive: 161 # generate a proper archive: