[amqpcpp] Update to 4.3.15 (#21259)

Co-authored-by: Sacha Delanoue <sdelanoue@novaquark.com>
This commit is contained in:
Sacha Delanoue 2021-11-09 05:40:52 +01:00 committed by GitHub
parent 33dc2930b6
commit 5a82d1c179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CopernicaMarketingSoftware/AMQP-CPP
REF 2749d36a9cf9def86fc8a30eceb0e3a11d85815d #v4.3.14
SHA512 ee6df360963bb5714c7503e27a9ed0682d704a267ef615fa922bd1cb637d1c0867c9074d5aeef084621840ef39f495a4103f22bfd80b6b1dd325bc6061e9c2ca
REF b891cc37a6ff63fcff59a112de281f5964344c91 #v4.3.15
SHA512 5c55285e2445752669bfe51a276c3c9cb294eeae74e05124fa7427737e43419493b8a8e199bedba9ab7fba5822a8da530ca442afdbe45d12c2c0c54f9fd59a0c
HEAD_REF master
PATCHES
find-openssl.patch

View File

@ -1,7 +1,6 @@
{
"name": "amqpcpp",
"version": "4.3.14",
"port-version": 1,
"version": "4.3.15",
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
"supports": "!uwp",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3f2e1a0132721d9cdb8515d40010eaba97ecc8de",
"version": "4.3.15",
"port-version": 0
},
{
"git-tree": "bb3c11de2e142fc43d0c3bbcddc2a56b563de733",
"version": "4.3.14",

View File

@ -73,8 +73,8 @@
"port-version": 1
},
"amqpcpp": {
"baseline": "4.3.14",
"port-version": 1
"baseline": "4.3.15",
"port-version": 0
},
"anax": {
"baseline": "2.1.0",