mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
[hazelcast-cpp-client] update to v5.1.0 (#28672)
* Update hazelcast-cpp-client to 5.1.0 * run x-add-version --all * boost-multiprecision dependency is added. * run x-add-version
This commit is contained in:
parent
85d7c82eef
commit
6aacba2d7d
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO hazelcast/hazelcast-cpp-client
|
||||
REF v5.0.0
|
||||
SHA512 7cf85eadeed212871d2a6c5c0aa9d9640c9c89e126c3e383981ddd4cb222390e4ce8307b554766666b8d7816bd5e0fed4242bc674e20423570726c261c182559
|
||||
REF v5.1.0
|
||||
SHA512 ffb7a00f432098b64e1455074843ca7d592b4ccf169f6c51234840ca13dc9f69ef424b1ace04455a80a6f93d230d44d5323baa4b95017f84c71f1e31ff320088
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hazelcast-cpp-client",
|
||||
"version-semver": "5.0.0",
|
||||
"version-semver": "5.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",
|
||||
@ -10,6 +10,7 @@
|
||||
"boost-asio",
|
||||
"boost-chrono",
|
||||
"boost-format",
|
||||
"boost-multiprecision",
|
||||
"boost-optional",
|
||||
"boost-property-tree",
|
||||
"boost-system",
|
||||
|
@ -2901,7 +2901,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"hazelcast-cpp-client": {
|
||||
"baseline": "5.0.0",
|
||||
"baseline": "5.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"hdf5": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "25883c041e091cbbb7501788378bd542f6433be6",
|
||||
"version-semver": "5.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "64ad522f07220b1765e13f37a8ef1a562c039562",
|
||||
"version-semver": "5.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user