aboutsummaryrefslogtreecommitdiff
path: root/ports/hazelcast-cpp-client
diff options
context:
space:
mode:
authorihsan demir <ihsandemir@gmail.com>2021-05-13 23:27:00 +0300
committerGitHub <noreply@github.com>2021-05-13 13:27:00 -0700
commitd51426487a1c1dde0d02683540a8730ef5011e1f (patch)
tree1c36998307c96786d3a518f9015a548b94eb83b8 /ports/hazelcast-cpp-client
parent6fbb26ecdb84fe21989bc66eac82bfd5ba3f9bd8 (diff)
downloadvcpkg-d51426487a1c1dde0d02683540a8730ef5011e1f.tar.gz
vcpkg-d51426487a1c1dde0d02683540a8730ef5011e1f.zip
[hazelcast-cpp-client] update for new release version 4.1.0 (#17724)
* Added the new hazelcast-cpp-client version 4.1.0. * added the `git-tree` for hazelcast-cpp-client 4.1.0 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 787af98a5..991fa1b65 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.0.1
- SHA512 9d6e2fe890d5dc08b2ccc2e74c736c7ce014a03f5f020ccfc21f5accbfe39285898283e01e491cab1259badf983094b97b618230cb999480372aaf018d874457
+ REF v4.1.0
+ SHA512 e93a0d0d9e6298dc974e8dcbd8487514d4f7be1a5341ac4de2b65ebdb30e5d2428c7605579121ce0469466b26ef9fafd41c5101a9607f2c63b10beaf63e3c762
HEAD_REF master
)
diff --git a/ports/hazelcast-cpp-client/vcpkg.json b/ports/hazelcast-cpp-client/vcpkg.json
index d3270c849..def0753b1 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.0.1",
+ "version-semver": "4.1.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",