Skip to content

Commit

Permalink
[azmq] update to v1.0.3 (microsoft#26212)
Browse files Browse the repository at this point in the history
* Update azmq to v1.0.3

* Clarify version in comment
  • Loading branch information
cbrl authored Aug 8, 2022
1 parent 3c2ab5f commit fe8bfda
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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 # v1.0.3
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": "4c4381f52a268bbf8084db2b1684ad740d3e4408",
"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

0 comments on commit fe8bfda

Please sign in to comment.