Skip to content

Commit 63b2f4d

Browse files
committed
Updated the RTSDK-Binarypack for 2.0.2.L1
1 parent c5dca94 commit 63b2f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMake/addExternal_rtsdk-binarypack.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include(rcdevExternalUtils)
99

1010
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")
1212
endif()
1313
if(NOT rtsdk-binarypack_hash)
1414
# .xz MD5 hash
1515
# .tar.xz
16-
set(rtsdk-binarypack_hash "MD5=7617370ba11cee5ec21538e7f1f9363d")
16+
set(rtsdk-binarypack_hash "MD5=0c8b4af80e5a33f8bc47fcd8df9d501b")
1717
endif()
1818
if(NOT rtsdk-binarypack_version)
1919
set(rtsdk-binarypack_version "2.0.2.0")

Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
5050
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.L1.all.rrg'
5151

5252
// 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'
5454

5555
//=========================================================================================
5656
//

0 commit comments

Comments
 (0)