File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88include (rcdevExternalUtils)
99
1010if (NOT rtsdk-binarypack_url)
11- set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.3.0.L3 /RTSDK-BinaryPack-2.3.0.L3 .tar.xz" )
11+ set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.3.1.L1 /RTSDK-BinaryPack-2.3.1.L1 .tar.xz" )
1212endif ()
1313if (NOT rtsdk-binarypack_hash)
1414 # .xz MD5 hash
1515 # .tar.xz
16- set (rtsdk-binarypack_hash "MD5=635c3252f3b60d763fe341713db8bc1a " )
16+ set (rtsdk-binarypack_hash "MD5=8b42063524932554e508537f76e3af7a " )
1717endif ()
1818if (NOT rtsdk-binarypack_version)
19- set (rtsdk-binarypack_version "2.3.0.2 " )
19+ set (rtsdk-binarypack_version "2.3.1.0 " )
2020endif ()
2121
2222# If the option for using the system installed
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
4949ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .L1.all.rrg'
5050
5151// NOTE! update with new asset version
52- ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.3.0.L2 '
52+ ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.3.1.L1 '
5353
5454// =========================================================================================
5555//
You can’t perform that action at this time.
0 commit comments