mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 11:33:03 +08:00
[jsoncons] Update to 0.143.1 (#9547)
* [jsoncons] Update to 0.143.1 * Updated portfile.cmake LICENSE line
This commit is contained in:
parent
fe62406f2b
commit
6ffb134f22
@ -1,4 +1,4 @@
|
|||||||
Source: jsoncons
|
Source: jsoncons
|
||||||
Version: 0.140.0
|
Version: 0.143.1
|
||||||
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, MessagePack, CBOR, BSON, UBJSON
|
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, MessagePack, CBOR, BSON, UBJSON
|
||||||
Homepage: https://github.com/danielaparker/jsoncons
|
Homepage: https://github.com/danielaparker/jsoncons
|
||||||
|
@ -3,8 +3,8 @@ include(vcpkg_common_functions)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO danielaparker/jsoncons
|
REPO danielaparker/jsoncons
|
||||||
REF 3d8db5c6044bd7f34a7d6c3462752abd013a3027 #v0.140.0
|
REF 715ee192cb332f27ed02946a4f5c6e9af036b54e #v0.143.1
|
||||||
SHA512 9574e813e3a424e5a8661619f62bc377ae8b0034c730804e4b8b86940d9a13cd918f74ddf2bf2ab2045aa17ff834a2f98c5d9332eff766cdf3edc27b265b0e58
|
SHA512 2e5bb5a13fa728da3c283537bc69922a5dfd36307e87221d4435d389f8a467a2046441e030442fc18204bc0fd6b77d276af950506100d97ef4dbc298b22c742d
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -20,5 +20,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
|
|||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib)
|
||||||
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/jsoncons)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/jsoncons/LICENSE ${CURRENT_PACKAGES_DIR}/share/jsoncons/copyright)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user