diff options
| author | Ehsan <mohammadi.ehsan1994@gmail.com> | 2019-08-01 00:44:53 +0430 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-31 13:14:52 -0700 |
| commit | 9f21082b837ab05259b3dc93afd1bdbf00a18195 (patch) | |
| tree | b8ad9509778d1a958d0e638e0dd9e10a6147d619 | |
| parent | e8e78c449b176db3f546994ec044328cf1dca551 (diff) | |
| download | vcpkg-9f21082b837ab05259b3dc93afd1bdbf00a18195.tar.gz vcpkg-9f21082b837ab05259b3dc93afd1bdbf00a18195.zip | |
[amqpcpp] Update library to v4.1.5 (#7475)
| -rw-r--r-- | ports/amqpcpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/amqpcpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/amqpcpp/CONTROL b/ports/amqpcpp/CONTROL index d0642edb4..4e8799805 100644 --- a/ports/amqpcpp/CONTROL +++ b/ports/amqpcpp/CONTROL @@ -1,4 +1,4 @@ Source: amqpcpp -Version: 4.1.4 +Version: 4.1.5 Description: AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker Build-Depends: openssl (linux) diff --git a/ports/amqpcpp/portfile.cmake b/ports/amqpcpp/portfile.cmake index 697b8f802..7f4847903 100644 --- a/ports/amqpcpp/portfile.cmake +++ b/ports/amqpcpp/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CopernicaMarketingSoftware/AMQP-CPP - REF v4.1.4 - SHA512 d589756ad8e27ce6b6772128479083293c4dbb8c7aa79b7b08f0036ced9ab76ecb75e55458f04de8e2745c9732a6322f4e910f3f8611633c5cd5c35fb7dcaed1 + REF v4.1.5 + SHA512 71c54ddf43230fb3e9726257b073d117a329030052f768f985c2e9ebde5a320f0042d2ef67604b87940bfa1ed61339c334af0362238d10f30845521dff8ce43c HEAD_REF master PATCHES find-openssl.patch |
