aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorihsan demir <ihsandemir@gmail.com>2021-03-11 22:02:36 +0300
committerGitHub <noreply@github.com>2021-03-11 11:02:36 -0800
commitf2ae282c8d7c2a4a5a8e2b88ae42723261b7b298 (patch)
tree821911738eb7954c38c7a74463199be9a25a5a54 /ports
parentd40ea29c6e31cc4e0fc061446a46fcc21d81f8be (diff)
downloadvcpkg-f2ae282c8d7c2a4a5a8e2b88ae42723261b7b298.tar.gz
vcpkg-f2ae282c8d7c2a4a5a8e2b88ae42723261b7b298.zip
[hazelcast-cpp-client] New version update to 4.0.1 (#16593)
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release. * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. * [hazelcast-cpp-client] Restore version 4.0.0 to the db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports')
-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 610c35744..787af98a5 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 57ece8e82c4380472b4acff948db6a86ff0648b1 # v4.0.0 + fixes
- SHA512 eb11677883f237e27562dfcd0f0e7e19ed439f8b0e13ca02942d2351b99ec54d4496cbaf8c3aaa08304b799f921641d51286bb7b7d4c6a0f1ff58cf954f3596f
+ REF v4.0.1
+ SHA512 9d6e2fe890d5dc08b2ccc2e74c736c7ce014a03f5f020ccfc21f5accbfe39285898283e01e491cab1259badf983094b97b618230cb999480372aaf018d874457
HEAD_REF master
)
diff --git a/ports/hazelcast-cpp-client/vcpkg.json b/ports/hazelcast-cpp-client/vcpkg.json
index 1001c3d97..d3270c849 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.0",
+ "version-semver": "4.0.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",