File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
*| This source code is provided under the Apache 2.0 license --
3
3
*| and is provided AS IS with no warranty or guarantee of fit for purpose. --
4
4
*| 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. --
6
6
#]=============================================================================]
7
7
8
8
include (rcdevExternalUtils)
9
9
10
10
if (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" )
12
12
endif ()
13
13
if (NOT elektron-sdk-binarypack_hash)
14
14
# .xz MD5 hash
15
15
# .tar.xz
16
- set (elektron-sdk-binarypack_hash "MD5=95216c54b548907287776d9c4f194e97 " )
16
+ set (elektron-sdk-binarypack_hash "MD5=c1a74713f99f1844c74342f62da3c700 " )
17
17
endif ()
18
18
if (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 " )
20
20
endif ()
21
21
22
22
# 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.
50
50
ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .G1.all.rrg'
51
51
52
52
// 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 '
54
54
55
55
// =========================================================================================
56
56
//
You can’t perform that action at this time.
0 commit comments