mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
[hazelcast-cpp-client] update to v4.1.1 (#18318)
* update hazelcast-cpp-client to v4.1.1 * ran
This commit is contained in:
parent
7e09c3c9d0
commit
d9538eb345
@ -1,14 +1,16 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO hazelcast/hazelcast-cpp-client
|
||||
REF v4.1.0
|
||||
SHA512 e93a0d0d9e6298dc974e8dcbd8487514d4f7be1a5341ac4de2b65ebdb30e5d2428c7605579121ce0469466b26ef9fafd41c5101a9607f2c63b10beaf63e3c762
|
||||
REF v4.1.1
|
||||
SHA512 2f6d578c43dfc8c03f83a5b7c98fe67b7dc450cbc542031e625ec3bc91b9ec2e430e3ced670608a651fcf77775d2d4a333ca82689cae793e8b13a8e0438bbfb9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
openssl WITH_OPENSSL
|
||||
example BUILD_EXAMPLES
|
||||
vcpkg_check_features(
|
||||
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
openssl WITH_OPENSSL
|
||||
example BUILD_EXAMPLES
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
@ -26,4 +28,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/hazelcast-cpp-client)
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hazelcast-cpp-client",
|
||||
"version-semver": "4.1.0",
|
||||
"version-semver": "4.1.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",
|
||||
|
@ -2465,7 +2465,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"hazelcast-cpp-client": {
|
||||
"baseline": "4.1.0",
|
||||
"baseline": "4.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"hdf5": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "17cace53a35339535e20e587090ae1c6c16f5a3d",
|
||||
"version-semver": "4.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cdb9d51f25164c0c4e6555fcbe709a92c5b9adcf",
|
||||
"version-semver": "4.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user