Skip to content

Commit 6a984da

Browse files
committed
Merge branch 'release' of git.sami.int.thomsonreuters.com:EPD/esdk into release
2 parents 906d883 + cba6c5f commit 6a984da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/addExternal_rtsdk-binarypack.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313
if(NOT rtsdk-binarypack_hash)
1414
# .xz MD5 hash
1515
# .tar.xz
16-
set(rtsdk-binarypack_hash "MD5=df7279a59a8b851cb2531fb810c5a0c1")
16+
set(rtsdk-binarypack_hash "MD5=2559718b884c67966bf6b47923ec47c0")
1717
endif()
1818
if(NOT rtsdk-binarypack_version)
1919
set(rtsdk-binarypack_version "1.5.1.0")

Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ task downloadBinaryPack(type: Download) {
6868
description 'This task downloads the RTSDK-BinaryPack file from GitHub.'
6969

7070
def releaseToDownload = "RTSDK-BinaryPack-" + BINARY_PACK_VERSION_TO_DOWNLOAD
71-
def zipFileToDownload = releaseToDownload + ".rrg.zip"
71+
def zipFileToDownload = releaseToDownload + ".zip"
7272
src 'https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-' + BINARY_PACK_VERSION_TO_DOWNLOAD + '/' + zipFileToDownload
7373
dest new File('../.', 'RTSDK-BinaryPack.zip')
7474
}

0 commit comments

Comments
 (0)