[librabbitmq] update to v0.15.0 (#42260)

Signed-off-by: Alan Antonuk <alan.antonuk@gmail.com>
This commit is contained in:
Alan Antonuk 2024-11-22 17:52:21 -05:00 committed by GitHub
parent b3be52adc0
commit c0978fe67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO alanxz/rabbitmq-c REPO alanxz/rabbitmq-c
REF "v${VERSION}" REF "v${VERSION}"
SHA512 18cb429bcfa457e359128bf458c8b9f60b1c929a8ca3a8206f40d6390d7d4c6f4c5140eb7e9ab7b401d035fc48324cbe963d058100ab65ef3faba59e7f95607e SHA512 62b4e92fc270c5bdc5343cfaef5245e29a9b6d8983071a47391a93ae1b766ed7b98a6a546e8528befbc284f5ed17da4647595e94341380bfa76598569191e6c0
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-uwpwarning.patch fix-uwpwarning.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "librabbitmq", "name": "librabbitmq",
"version": "0.14.0", "version": "0.15.0",
"description": "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.", "description": "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.",
"homepage": "https://github.com/alanxz/rabbitmq-c", "homepage": "https://github.com/alanxz/rabbitmq-c",
"license": "MIT", "license": "MIT",

View File

@ -5021,7 +5021,7 @@
"port-version": 0 "port-version": 0
}, },
"librabbitmq": { "librabbitmq": {
"baseline": "0.14.0", "baseline": "0.15.0",
"port-version": 0 "port-version": 0
}, },
"libraqm": { "libraqm": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "791dbdb18f26a62c3245d8de25ff1c8291fb4074",
"version": "0.15.0",
"port-version": 0
},
{ {
"git-tree": "02f81a2c57c6f0c36f4f504c85fa23897c566f8e", "git-tree": "02f81a2c57c6f0c36f4f504c85fa23897c566f8e",
"version": "0.14.0", "version": "0.14.0",