Skip to content

Commit

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

* run x-add-version
  • Loading branch information
yemreinci committed Sep 4, 2021
1 parent d84a2cc commit 8403a84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/hazelcast-cpp-client/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hazelcast/hazelcast-cpp-client
REF v4.1.1
SHA512 2f6d578c43dfc8c03f83a5b7c98fe67b7dc450cbc542031e625ec3bc91b9ec2e430e3ced670608a651fcf77775d2d4a333ca82689cae793e8b13a8e0438bbfb9
REF v4.2.0
SHA512 7dc91968c95930d966c9bf005c0756c3702b9f27d96543bd6beffd20be36f9d9840676be2e9473b68f5cfa420c39c6feef0d7538270c798633aad5d0714df56c
HEAD_REF master
)

Expand Down
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.1",
"version-semver": "4.2.0",
"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 @@ -2517,7 +2517,7 @@
"port-version": 0
},
"hazelcast-cpp-client": {
"baseline": "4.1.1",
"baseline": "4.2.0",
"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": "f3b0181d25656c1a524f51a5aca0279faba58318",
"version-semver": "4.2.0",
"port-version": 0
},
{
"git-tree": "17cace53a35339535e20e587090ae1c6c16f5a3d",
"version-semver": "4.1.1",
Expand Down

0 comments on commit 8403a84

Please sign in to comment.