Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rmqcpp] Update to latest revision #40101

Merged
merged 8 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/rmqcpp/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 bloomberg/rmqcpp
REF 52e583c2eb3f06707ce5fde7f29089b17428f6b2
SHA512 c4232f37e7bc61d0cc77c52a1283fefc1a7925b4ef8cfbe9b404393540c773feabdc2ad3adc263beb06fe079cbf22010bf1551e15eb2f55b1347f6d8c8f35f8b
REF 11859eb470f31008da522b59e96899585b4e94ce
FrankXie05 marked this conversation as resolved.
Show resolved Hide resolved
SHA512 f82cc1696d370e81dc410442465ecbe06940cd50ae8c93215e19a4b7de57ee7581a1d4f59d9775e08c646b63496ac18528b29edb852e0b9fb9cab7f761151b25
HEAD_REF main
)

Expand Down
1 change: 1 addition & 0 deletions ports/rmqcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rmqcpp",
"version": "1.0.0",
"port-version": 1,
"description": "rmqcpp - A C++ library for RabbitMQ.",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7830,7 +7830,7 @@
},
"rmqcpp": {
"baseline": "1.0.0",
"port-version": 0
"port-version": 1
},
"roaring": {
"baseline": "4.0.0",
Expand Down
19 changes: 12 additions & 7 deletions versions/r-/rmqcpp.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"versions": [
{
"version": "1.0.0",
"port-version": 0,
"git-tree": "3ad0bdbdcfd0050a646feb6586d8c13931f8e602"
}
]
"versions": [
{
"git-tree": "b1535b9f073a806f1d9c4a7a5f45abc98c8796a1",
"version": "1.0.0",
"port-version": 1
},
{
"git-tree": "3ad0bdbdcfd0050a646feb6586d8c13931f8e602",
"version": "1.0.0",
"port-version": 0
}
]
}
Loading