File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endif()
1313if (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 " )
1717endif ()
1818if (NOT rtsdk-binarypack_version)
1919 set (rtsdk-binarypack_version "1.5.1.0" )
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments