File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.1.2 .L1/RTSDK-BinaryPack-2.1.2 .L1.tar.xz" )
11
+ set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.1.3 .L1/RTSDK-BinaryPack-2.1.3 .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=167c842b3b0040c892fe0c4d264358d3 " )
16
+ set (rtsdk-binarypack_hash "MD5=776f22f53f8bd17e3b8a74d3b18c5f27 " )
17
17
endif ()
18
18
if (NOT rtsdk-binarypack_version)
19
- set (rtsdk-binarypack_version "2.1.2 .0" )
19
+ set (rtsdk-binarypack_version "2.1.3 .0" )
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 @@ -56,7 +56,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
56
56
ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .L1.all.rrg'
57
57
58
58
// NOTE! update with new asset version
59
- ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.1.2 .L1'
59
+ ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.1.3 .L1'
60
60
61
61
// =========================================================================================
62
62
//
You can’t perform that action at this time.
0 commit comments