[azmq] Update to 2025-11-30 (#48999)

This commit is contained in:
Connor Broyles
2025-12-20 16:46:22 -05:00
committed by GitHub
parent fdcc4e3d7e
commit b273262895
4 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/azmq
REF 2c1adac46bced4eb74ed9be7c74563bb113eaacf
SHA512 4614b9e8f502da067231cf0ce2b645289fd1343b9bc46f1028fecb9dad4bb8a5190d723c3bf888a7c708b7b588b6c72f7e4da637f499389481b6cf80f4999671
REF 819b24035cfa5b73081e21f5867445f2344f680d
SHA512 899303faff3bf0bff32e4277c33e6dfdf4d52f686b83158e278221ea184b141795d902cf587a579b464f5a4ec95aad9c469a7155e7a602af18e36f8ed750fefa
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "azmq",
"version-date": "2023-03-23",
"version-date": "2025-11-30",
"description": [
"Boost Asio style bindings for ZeroMQ",
"This library is built on top of ZeroMQ's standard C interface and is intended to work well with C++ applications which use the Boost libraries in general, and Asio in particular.",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "96e1bfa2e4e46a93cda916f7ebfa6835a06172a7",
"version-date": "2025-11-30",
"port-version": 0
},
{
"git-tree": "0a99701bb7160639ec7d75187271a16f6c6c42d8",
"version-date": "2023-03-23",

View File

@@ -501,7 +501,7 @@
"port-version": 0
},
"azmq": {
"baseline": "2023-03-23",
"baseline": "2025-11-30",
"port-version": 0
},
"azure-c-shared-utility": {