aboutsummaryrefslogtreecommitdiff
path: root/ports/hazelcast-cpp-client
diff options
context:
space:
mode:
authoryemreinci <18687880+yemreinci@users.noreply.github.com>2021-09-04 03:05:18 +0300
committerGitHub <noreply@github.com>2021-09-03 17:05:18 -0700
commit8403a84166bf2b8b19c34545bfce171d52548651 (patch)
tree024234a929d12bb6b96518a9bd8d9bd7881fbdc2 /ports/hazelcast-cpp-client
parentd84a2cc46dadbcb8b1b5d3aca1b5b6a2d0ee05b3 (diff)
downloadvcpkg-8403a84166bf2b8b19c34545bfce171d52548651.tar.gz
vcpkg-8403a84166bf2b8b19c34545bfce171d52548651.zip
[hazelcast-cpp-client] update to v4.2.0 (#19853)
* update hazelcast-cpp-client to 4.2.0 * run x-add-version
Diffstat (limited to 'ports/hazelcast-cpp-client')
-rw-r--r--ports/hazelcast-cpp-client/portfile.cmake4
-rw-r--r--ports/hazelcast-cpp-client/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/hazelcast-cpp-client/portfile.cmake b/ports/hazelcast-cpp-client/portfile.cmake
index 4d2199c38..d7f7278b6 100644
--- a/ports/hazelcast-cpp-client/portfile.cmake
+++ b/ports/hazelcast-cpp-client/portfile.cmake
@@ -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
)
diff --git a/ports/hazelcast-cpp-client/vcpkg.json b/ports/hazelcast-cpp-client/vcpkg.json
index 810cce235..42879c11d 100644
--- a/ports/hazelcast-cpp-client/vcpkg.json
+++ b/ports/hazelcast-cpp-client/vcpkg.json
@@ -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",