mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:57:59 +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
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO confluentinc/librdkafka
|
REPO confluentinc/librdkafka
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 a68b7382ec5a9afc0eb8513e97d8563c599021d774f7790a61af80565600678a497e4957dcdd823f8b9a426a19b9c5392cacd42d02d70493d993319f3343fe96
|
SHA512 9b23f98a5017644ce5b0cb12f8df02b916f02d5fa4a53a6aed379704586bedb221831a086eba6dcbf31deb1b2d0e896bdb2ce12c5d4ea4273d127f9ddaa5a161
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
lz4.patch
|
lz4.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "librdkafka",
|
"name": "librdkafka",
|
||||||
"version": "2.3.0",
|
"version": "2.5.3",
|
||||||
"port-version": 5,
|
|
||||||
"description": "The Apache Kafka C/C++ library",
|
"description": "The Apache Kafka C/C++ library",
|
||||||
"homepage": "https://github.com/confluentinc/librdkafka",
|
"homepage": "https://github.com/confluentinc/librdkafka",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -4985,8 +4985,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"librdkafka": {
|
"librdkafka": {
|
||||||
"baseline": "2.3.0",
|
"baseline": "2.5.3",
|
||||||
"port-version": 5
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libredwg": {
|
"libredwg": {
|
||||||
"baseline": "0.13.3",
|
"baseline": "0.13.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "add772966663fa14ea6d7a10571abfa653493b50",
|
||||||
|
"version": "2.5.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cbdf7001549e463198efc7dc8d157a15aadb8f7d",
|
"git-tree": "cbdf7001549e463198efc7dc8d157a15aadb8f7d",
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user