mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 15:07:58 +08:00
[azmq] update to v1.0.3 (#26212)
* Update azmq to v1.0.3 * Clarify version in comment
This commit is contained in:
parent
3c2ab5f8e2
commit
fe8bfdaa06
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO zeromq/azmq
|
||||
REF 6bb101eecb357ad9735ebc36e276b7526652d42d # commit on 2019-05-01
|
||||
SHA512 18812fd73c3c57aca8b17c2df0af01afb7864253d6ac6ce042e01ef04e81dd454438c9d01f5bb0fd7a4a445082a2eb3dd334ca1e05dafbe4ba602cad95ce7134
|
||||
REF 7da2fd0a1b2bd4e6f50ccd17d54579e6084ef1f7 # v1.0.3
|
||||
SHA512 3f6b07fab9345c7506a46d7418eb672e1ee28a72bb02914ee1f945b3c41090d94722079469359664232e9688beac4e354e49d99711fc5b0bd1d6f7936ed62a3c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "azmq",
|
||||
"version-string": "2020-03-03",
|
||||
"port-version": 1,
|
||||
"version": "1.0.3",
|
||||
"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.",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c4381f52a268bbf8084db2b1684ad740d3e4408",
|
||||
"version": "1.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a82754fa9f38845c88912eb424dbfc718a155fe7",
|
||||
"version-string": "2020-03-03",
|
||||
|
@ -317,8 +317,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"azmq": {
|
||||
"baseline": "2020-03-03",
|
||||
"port-version": 1
|
||||
"baseline": "1.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-c-shared-utility": {
|
||||
"baseline": "2022-01-21",
|
||||
|
Loading…
x
Reference in New Issue
Block a user