File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 *| This source code is provided under the Apache 2.0 license --
33 *| and is provided AS IS with no warranty or guarantee of fit for purpose. --
44 *| See the project's LICENSE.md for details. --
5- *| Copyright (C) 2019 Refinitiv. All rights reserved. --
5+ *| Copyright (C) 2019-2020 Refinitiv. All rights reserved. --
66#]=============================================================================]
77
88include (rcdevExternalUtils)
99
1010if (NOT elektron-sdk-binarypack_url)
11- set (elektron-sdk-binarypack_url "https://github.com/Refinitiv/Elektron-SDK/releases/download/Elektron-SDK-1.5.0.L1 /Elektron-SDK-BinaryPack-1.5.0.L1 .tar.xz" )
11+ set (elektron-sdk-binarypack_url "https://github.com/Refinitiv/Elektron-SDK/releases/download/Elektron-SDK-1.5.0.G1 /Elektron-SDK-BinaryPack-1.5.0.G1 .tar.xz" )
1212endif ()
1313if (NOT elektron-sdk-binarypack_hash)
1414 # .xz MD5 hash
1515 # .tar.xz
16- set (elektron-sdk-binarypack_hash "MD5=95216c54b548907287776d9c4f194e97 " )
16+ set (elektron-sdk-binarypack_hash "MD5=c1a74713f99f1844c74342f62da3c700 " )
1717endif ()
1818if (NOT elektron-sdk-binarypack_version)
19- set (elektron-sdk-binarypack_version "1.5.0.0 " )
19+ set (elektron-sdk-binarypack_version "1.5.0.1 " )
2020endif ()
2121
2222# If the option for using the system installed
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G1.all.
5050ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .G1.all.rrg'
5151
5252// NOTE! update with new asset version
53- ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 1.5.0.L1 '
53+ ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 1.5.0.G1 '
5454
5555// =========================================================================================
5656//
You can’t perform that action at this time.
0 commit comments