Skip to content

Commit 7f56654

Browse files
committed
RTSDK-10336: Update binary pack download location and hash
1 parent aabee6a commit 7f56654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMake/addExternal_rtsdk-binarypack.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
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.3.1.L1/RTSDK-BinaryPack-2.3.1.L1.tar.xz")
11+
set(rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.3.2.L1/RTSDK-BinaryPack-2.3.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=8b42063524932554e508537f76e3af7a")
16+
set(rtsdk-binarypack_hash "MD5=666f08d16ef0b27c32cea5162c37c943")
1717
endif()
1818
if(NOT rtsdk-binarypack_version)
19-
set(rtsdk-binarypack_version "2.3.1.0")
19+
set(rtsdk-binarypack_version "2.3.2.0")
2020
endif()
2121

2222
# If the option for using the system installed

0 commit comments

Comments
 (0)