File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
include (rcdevExternalUtils)
9
9
10
10
if (NOT rtsdk-binarypack_url)
11
- set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.1 .L1/RTSDK-BinaryPack-2.0.1 .L1.tar.xz" )
11
+ set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.2 .L1/RTSDK-BinaryPack-2.0.2 .L1.tar.xz" )
12
12
endif ()
13
13
if (NOT rtsdk-binarypack_hash)
14
14
# .xz MD5 hash
15
15
# .tar.xz
16
- set (rtsdk-binarypack_hash "MD5=7617370ba11cee5ec21538e7f1f9363d " )
16
+ set (rtsdk-binarypack_hash "MD5=0c8b4af80e5a33f8bc47fcd8df9d501b " )
17
17
endif ()
18
18
if (NOT rtsdk-binarypack_version)
19
19
set (rtsdk-binarypack_version "2.0.2.0" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
50
50
ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .L1.all.rrg'
51
51
52
52
// NOTE! update with new asset version
53
- ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.0.1 .L1'
53
+ ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.0.2 .L1'
54
54
55
55
// =========================================================================================
56
56
//
You can’t perform that action at this time.
0 commit comments