comparison Resources/Orthanc/DownloadOrthancFramework.cmake @ 439:b70e9be013e4

preparing for 2019
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Dec 2018 13:41:12 +0100
parents 557c8ff1db5c
children bb658baeb967
comparison
equal deleted inserted replaced
420:8bf717c4e497 439:b70e9be013e4
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-2018 Osimis S.A., Belgium 4 # Copyright (C) 2017-2019 Osimis S.A., Belgium
5 # 5 #
6 # This program is free software: you can redistribute it and/or 6 # This program is free software: you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as 7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation, either version 3 of the 8 # published by the Free Software Foundation, either version 3 of the
9 # License, or (at your option) any later version. 9 # License, or (at your option) any later version.
89 set(ORTHANC_FRAMEWORK_MD5 "81e15f34d97ac32bbd7d26e85698835a") 89 set(ORTHANC_FRAMEWORK_MD5 "81e15f34d97ac32bbd7d26e85698835a")
90 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.4.1") 90 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.4.1")
91 set(ORTHANC_FRAMEWORK_MD5 "9b6f6114264b17ed421b574cd6476127") 91 set(ORTHANC_FRAMEWORK_MD5 "9b6f6114264b17ed421b574cd6476127")
92 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.4.2") 92 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.4.2")
93 set(ORTHANC_FRAMEWORK_MD5 "d1ee84927dcf668e60eb5868d24b9394") 93 set(ORTHANC_FRAMEWORK_MD5 "d1ee84927dcf668e60eb5868d24b9394")
94 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.0")
95 set(ORTHANC_FRAMEWORK_MD5 "4429d8d9dea4ff6648df80ec3c64d79e")
96 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.1")
97 set(ORTHANC_FRAMEWORK_MD5 "099671538865e5da96208b37494d6718")
94 endif() 98 endif()
95 endif() 99 endif()
96 endif() 100 endif()
97 endif() 101 endif()
98 102