[azmq] update to 2023-03-23 (#34193)

This commit is contained in:
Jón Bjarni 2023-10-02 23:34:49 +00:00 committed by GitHub
parent 95dbe2dedd
commit 8af5fd1a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/azmq REPO zeromq/azmq
REF 7da2fd0a1b2bd4e6f50ccd17d54579e6084ef1f7 # v1.0.3 REF 2c1adac46bced4eb74ed9be7c74563bb113eaacf
SHA512 3f6b07fab9345c7506a46d7418eb672e1ee28a72bb02914ee1f945b3c41090d94722079469359664232e9688beac4e354e49d99711fc5b0bd1d6f7936ed62a3c SHA512 4614b9e8f502da067231cf0ce2b645289fd1343b9bc46f1028fecb9dad4bb8a5190d723c3bf888a7c708b7b588b6c72f7e4da637f499389481b6cf80f4999671
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "azmq", "name": "azmq",
"version": "1.0.3", "version-date": "2023-03-23",
"description": [ "description": [
"Boost Asio style bindings for ZeroMQ", "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.", "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": [ "versions": [
{
"git-tree": "0a99701bb7160639ec7d75187271a16f6c6c42d8",
"version-date": "2023-03-23",
"port-version": 0
},
{ {
"git-tree": "4c4381f52a268bbf8084db2b1684ad740d3e4408", "git-tree": "4c4381f52a268bbf8084db2b1684ad740d3e4408",
"version": "1.0.3", "version": "1.0.3",

View File

@ -401,7 +401,7 @@
"port-version": 0 "port-version": 0
}, },
"azmq": { "azmq": {
"baseline": "1.0.3", "baseline": "2023-03-23",
"port-version": 0 "port-version": 0
}, },
"azure-c-shared-utility": { "azure-c-shared-utility": {