Skip to content

Commit

Permalink
[cppzmq] Update to 4.10.0 (microsoft#34084)
Browse files Browse the repository at this point in the history
* update cppzmq

* update version

---------

Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Sep 29, 2023
1 parent a04e016 commit e2910c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/cppzmq/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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")
3 changes: 1 addition & 2 deletions ports/cppzmq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppzmq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8e7a8ca62f55304268afb4ddd9220cc39d6b4831",
"version": "4.10.0",
"port-version": 0
},
{
"git-tree": "f50d93799a1982bbbdd22e88c7a784f9a7e38368",
"version": "4.9.0",
Expand Down

0 comments on commit e2910c4

Please sign in to comment.