mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[librdkafka] update to 2.5.3 (#41386)
This commit is contained in:
parent
8d7746587d
commit
26ce0e53e9
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO confluentinc/librdkafka
|
||||
REF "v${VERSION}"
|
||||
SHA512 a68b7382ec5a9afc0eb8513e97d8563c599021d774f7790a61af80565600678a497e4957dcdd823f8b9a426a19b9c5392cacd42d02d70493d993319f3343fe96
|
||||
SHA512 9b23f98a5017644ce5b0cb12f8df02b916f02d5fa4a53a6aed379704586bedb221831a086eba6dcbf31deb1b2d0e896bdb2ce12c5d4ea4273d127f9ddaa5a161
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
lz4.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "librdkafka",
|
||||
"version": "2.3.0",
|
||||
"port-version": 5,
|
||||
"version": "2.5.3",
|
||||
"description": "The Apache Kafka C/C++ library",
|
||||
"homepage": "https://github.com/confluentinc/librdkafka",
|
||||
"license": null,
|
||||
|
@ -4985,8 +4985,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"librdkafka": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 5
|
||||
"baseline": "2.5.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libredwg": {
|
||||
"baseline": "0.13.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "add772966663fa14ea6d7a10571abfa653493b50",
|
||||
"version": "2.5.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cbdf7001549e463198efc7dc8d157a15aadb8f7d",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user