[hazelcast-cpp-client] update to v5.2.0 (#30249)

* Update hazelcast-cpp-client to 5.2.0

* run vcpkg x-add-version --all

* review changes

* vcpkg x-add-version --all
This commit is contained in:
Ali Keles 2023-03-20 21:47:04 +03:00 committed by GitHub
parent e84a58fe26
commit dde86bebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hazelcast/hazelcast-cpp-client
REF v5.1.0
SHA512 ffb7a00f432098b64e1455074843ca7d592b4ccf169f6c51234840ca13dc9f69ef424b1ace04455a80a6f93d230d44d5323baa4b95017f84c71f1e31ff320088
REF "v${VERSION}"
SHA512 1e4203b546f3737e7fd2ea7a7ed04fa5b0663e7c319ed796140407d4e56d70e40eb5a9497d9f9eb7be182b038efe36f6ba1a42f10d24d3732cf54886c40db8eb
HEAD_REF master
)

View File

@ -1,9 +1,10 @@
{
"name": "hazelcast-cpp-client",
"version-semver": "5.1.0",
"version": "5.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",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"boost-any",

View File

@ -3017,7 +3017,7 @@
"port-version": 1
},
"hazelcast-cpp-client": {
"baseline": "5.1.0",
"baseline": "5.2.0",
"port-version": 0
},
"hdf5": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eda58413d2940bc24bef92485ff1fce31e2e583c",
"version": "5.2.0",
"port-version": 0
},
{
"git-tree": "25883c041e091cbbb7501788378bd542f6433be6",
"version-semver": "5.1.0",