Skip to content

Commit acb3fe0

Browse files
committed
ESDK-4046: Update to binary pack version
1 parent 5d9be9b commit acb3fe0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMake/addExternal_elektron-sdk-binarypack.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
*| This source code is provided under the Apache 2.0 license --
33
*| and is provided AS IS with no warranty or guarantee of fit for purpose. --
44
*| See the project's LICENSE.md for details. --
5-
*| Copyright (C) 2019 Refinitiv. All rights reserved. --
5+
*| Copyright (C) 2019-2020 Refinitiv. All rights reserved. --
66
#]=============================================================================]
77

88
include(rcdevExternalUtils)
99

1010
if(NOT elektron-sdk-binarypack_url)
11-
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")
11+
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")
1212
endif()
1313
if(NOT elektron-sdk-binarypack_hash)
1414
# .xz MD5 hash
1515
# .tar.xz
16-
set(elektron-sdk-binarypack_hash "MD5=95216c54b548907287776d9c4f194e97")
16+
set(elektron-sdk-binarypack_hash "MD5=c1a74713f99f1844c74342f62da3c700")
1717
endif()
1818
if(NOT elektron-sdk-binarypack_version)
19-
set(elektron-sdk-binarypack_version "1.5.0.0")
19+
set(elektron-sdk-binarypack_version "1.5.0.1")
2020
endif()
2121

2222
# If the option for using the system installed

Java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G1.all.
5050
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.G1.all.rrg'
5151

5252
// NOTE! update with new asset version
53-
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.5.0.L1'
53+
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.5.0.G1'
5454

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

0 commit comments

Comments
 (0)