Skip to content

Commit

Permalink
[hazelcast-cpp-client] update to v4.1.1 (#18318)
Browse files Browse the repository at this point in the history
* update hazelcast-cpp-client to v4.1.1

* ran
  • Loading branch information
yemreinci committed Jun 11, 2021
1 parent 7e09c3c commit d9538eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
14 changes: 8 additions & 6 deletions ports/hazelcast-cpp-client/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hazelcast/hazelcast-cpp-client
REF v4.1.0
SHA512 e93a0d0d9e6298dc974e8dcbd8487514d4f7be1a5341ac4de2b65ebdb30e5d2428c7605579121ce0469466b26ef9fafd41c5101a9607f2c63b10beaf63e3c762
REF v4.1.1
SHA512 2f6d578c43dfc8c03f83a5b7c98fe67b7dc450cbc542031e625ec3bc91b9ec2e430e3ced670608a651fcf77775d2d4a333ca82689cae793e8b13a8e0438bbfb9
HEAD_REF master
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
openssl WITH_OPENSSL
example BUILD_EXAMPLES
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
openssl WITH_OPENSSL
example BUILD_EXAMPLES
)

vcpkg_configure_cmake(
Expand All @@ -26,4 +28,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/hazelcast-cpp-client)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion ports/hazelcast-cpp-client/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hazelcast-cpp-client",
"version-semver": "4.1.0",
"version-semver": "4.1.1",
"description": "C++ client library for Hazelcast in-memory database.",
"homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
"documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@
"port-version": 0
},
"hazelcast-cpp-client": {
"baseline": "4.1.0",
"baseline": "4.1.1",
"port-version": 0
},
"hdf5": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hazelcast-cpp-client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "17cace53a35339535e20e587090ae1c6c16f5a3d",
"version-semver": "4.1.1",
"port-version": 0
},
{
"git-tree": "cdb9d51f25164c0c4e6555fcbe709a92c5b9adcf",
"version-semver": "4.1.0",
Expand Down

0 comments on commit d9538eb

Please sign in to comment.