Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion ports/librdkafka/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 confluentinc/librdkafka
REF "v${VERSION}"
SHA512 420cad9650f468528012133398facf0edccb8442b2613d347aa81fbe638f6f47e584372e2c7d420dfe061ba10ad713d0addd7847bafe6c700bd450408153473e
SHA512 2e4d13d601ea1894edcace2051aa4284ba17306d3f19971734f05d0fcef413b29961b3f701da1b6517e23930bd53034c75ee25c696ac1da7e6b7051cc8ed61eb
HEAD_REF master
PATCHES
lz4.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/librdkafka/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librdkafka",
"version": "2.6.0",
"version": "2.8.0",
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/confluentinc/librdkafka",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5101,7 +5101,7 @@
"port-version": 0
},
"librdkafka": {
"baseline": "2.6.0",
"baseline": "2.8.0",
"port-version": 0
},
"libredwg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/librdkafka.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f611ff6cdc918a78f0a863518124593f4ea08a15",
"version": "2.8.0",
"port-version": 0
},
{
"git-tree": "7e2181d57ca0ea7f98a547db9c609738742604f9",
"version": "2.6.0",
Expand Down