mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:09:00 +08:00
[cppzmq] Update to 4.10.0 (#34084)
* update cppzmq * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
a04e01604c
commit
e2910c42c0
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO zeromq/cppzmq
|
||||
REF v4.9.0
|
||||
SHA512 a9d1c25084b5b84dfa20a005299213c3bb610e46ac7433236fd8d3c60c7e71153c738da4645343080c0d1cad9008aca1a3091d4247c7a2f08c506ed3054d55a7
|
||||
REF "v${VERSION}"
|
||||
SHA512 4a4f3c2a270b9b21591b08a81f2ab6a72693af213c115f2c0aa5b737fd0363d09dba92437f48268ff982e6c27d6830f79244599bd9198e3402c6cca566cea27a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -25,4 +25,4 @@ vcpkg_fixup_pkgconfig()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/share/${PORT}/libzmq-pkg-config")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "cppzmq",
|
||||
"version": "4.9.0",
|
||||
"port-version": 1,
|
||||
"version": "4.10.0",
|
||||
"description": "Header-only C++ binding for ZeroMQ",
|
||||
"homepage": "https://github.com/zeromq/cppzmq",
|
||||
"license": "MIT",
|
||||
|
@ -1869,8 +1869,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"cppzmq": {
|
||||
"baseline": "4.9.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpr": {
|
||||
"baseline": "1.10.2+3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8e7a8ca62f55304268afb4ddd9220cc39d6b4831",
|
||||
"version": "4.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f50d93799a1982bbbdd22e88c7a784f9a7e38368",
|
||||
"version": "4.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user