Skip to content

Commit

Permalink
[librabbitmq] update to v0.15.0 (#42260)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Antonuk <alan.antonuk@gmail.com>
  • Loading branch information
alanxz authored Nov 22, 2024
1 parent b3be52a commit c0978fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/librabbitmq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO alanxz/rabbitmq-c
REF "v${VERSION}"
SHA512 18cb429bcfa457e359128bf458c8b9f60b1c929a8ca3a8206f40d6390d7d4c6f4c5140eb7e9ab7b401d035fc48324cbe963d058100ab65ef3faba59e7f95607e
SHA512 62b4e92fc270c5bdc5343cfaef5245e29a9b6d8983071a47391a93ae1b766ed7b98a6a546e8528befbc284f5ed17da4647595e94341380bfa76598569191e6c0
HEAD_REF master
PATCHES
fix-uwpwarning.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/librabbitmq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://github.com/alanxz/rabbitmq-c",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5021,7 +5021,7 @@
"port-version": 0
},
"librabbitmq": {
"baseline": "0.14.0",
"baseline": "0.15.0",
"port-version": 0
},
"libraqm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/librabbitmq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "791dbdb18f26a62c3245d8de25ff1c8291fb4074",
"version": "0.15.0",
"port-version": 0
},
{
"git-tree": "02f81a2c57c6f0c36f4f504c85fa23897c566f8e",
"version": "0.14.0",
Expand Down

0 comments on commit c0978fe

Please sign in to comment.