Skip to content

Commit

Permalink
ESDK-4046: Update to binary pack version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlevendel committed Jun 26, 2020
1 parent 5d9be9b commit acb3fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMake/addExternal_elektron-sdk-binarypack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
*| This source code is provided under the Apache 2.0 license --
*| and is provided AS IS with no warranty or guarantee of fit for purpose. --
*| See the project's LICENSE.md for details. --
*| Copyright (C) 2019 Refinitiv. All rights reserved. --
*| Copyright (C) 2019-2020 Refinitiv. All rights reserved. --
#]=============================================================================]

include(rcdevExternalUtils)

if(NOT elektron-sdk-binarypack_url)
set(elektron-sdk-binarypack_url "https://github.com/Refinitiv/Elektron-SDK/releases/download/Elektron-SDK-1.5.0.L1/Elektron-SDK-BinaryPack-1.5.0.L1.tar.xz")
set(elektron-sdk-binarypack_url "https://github.com/Refinitiv/Elektron-SDK/releases/download/Elektron-SDK-1.5.0.G1/Elektron-SDK-BinaryPack-1.5.0.G1.tar.xz")
endif()
if(NOT elektron-sdk-binarypack_hash)
# .xz MD5 hash
# .tar.xz
set(elektron-sdk-binarypack_hash "MD5=95216c54b548907287776d9c4f194e97")
set(elektron-sdk-binarypack_hash "MD5=c1a74713f99f1844c74342f62da3c700")
endif()
if(NOT elektron-sdk-binarypack_version)
set(elektron-sdk-binarypack_version "1.5.0.0")
set(elektron-sdk-binarypack_version "1.5.0.1")
endif()

# If the option for using the system installed
Expand Down
2 changes: 1 addition & 1 deletion Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G1.all.
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.G1.all.rrg'

// NOTE! update with new asset version
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.5.0.L1'
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.5.0.G1'

//=========================================================================================
//
Expand Down

0 comments on commit acb3fe0

Please sign in to comment.