comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 67:d34f662a3a6c

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Jun 2024 17:24:45 +0200
parents d223da14537e
children
comparison
equal deleted inserted replaced
66:88e98907b140 67:d34f662a3a6c
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-2024 Osimis S.A., Belgium 4 # Copyright (C) 2017-2023 Osimis S.A., Belgium
5 # Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
5 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 6 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
6 # 7 #
7 # This program is free software: you can redistribute it and/or 8 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public License 9 # modify it under the terms of the GNU Lesser General Public License
9 # as published by the Free Software Foundation, either version 3 of 10 # as published by the Free Software Foundation, either version 3 of
160 set(ORTHANC_FRAMEWORK_MD5 "8a435140efc8ff4a01d8242f092f21de") 161 set(ORTHANC_FRAMEWORK_MD5 "8a435140efc8ff4a01d8242f092f21de")
161 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.2") 162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.2")
162 set(ORTHANC_FRAMEWORK_MD5 "d2476b9e796e339ac320b5333489bdb3") 163 set(ORTHANC_FRAMEWORK_MD5 "d2476b9e796e339ac320b5333489bdb3")
163 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.3") 164 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.3")
164 set(ORTHANC_FRAMEWORK_MD5 "975f5bf2142c22cb1777b4f6a0a614c5") 165 set(ORTHANC_FRAMEWORK_MD5 "975f5bf2142c22cb1777b4f6a0a614c5")
166 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.4")
167 set(ORTHANC_FRAMEWORK_MD5 "1e61779ea4a7cd705720bdcfed8a6a73")
165 168
166 # Below this point are development snapshots that were used to 169 # Below this point are development snapshots that were used to
167 # release some plugin, before an official release of the Orthanc 170 # release some plugin, before an official release of the Orthanc
168 # framework was available. Here is the command to be used to 171 # framework was available. Here is the command to be used to
169 # generate a proper archive: 172 # generate a proper archive: