Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azmq] update to v1.0.3 #26212

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/azmq/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/azmq
REF 6bb101eecb357ad9735ebc36e276b7526652d42d # commit on 2019-05-01
SHA512 18812fd73c3c57aca8b17c2df0af01afb7864253d6ac6ce042e01ef04e81dd454438c9d01f5bb0fd7a4a445082a2eb3dd334ca1e05dafbe4ba602cad95ce7134
REF 7da2fd0a1b2bd4e6f50ccd17d54579e6084ef1f7 # commit on 2021-11-20
cbrl marked this conversation as resolved.
Show resolved Hide resolved
SHA512 3f6b07fab9345c7506a46d7418eb672e1ee28a72bb02914ee1f945b3c41090d94722079469359664232e9688beac4e354e49d99711fc5b0bd1d6f7936ed62a3c
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/azmq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azmq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8544d169f497d79e0cb99510564996e5b3fe8463",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "a82754fa9f38845c88912eb424dbfc718a155fe7",
"version-string": "2020-03-03",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down