[librdkafka] Fix code download URL (#39841)

This commit is contained in:
jim wang 2024-07-11 15:51:37 +00:00 committed by GitHub
parent a4d00c01a9
commit de8cad5149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO edenhill/librdkafka
REPO confluentinc/librdkafka
REF "v${VERSION}"
SHA512 a68b7382ec5a9afc0eb8513e97d8563c599021d774f7790a61af80565600678a497e4957dcdd823f8b9a426a19b9c5392cacd42d02d70493d993319f3343fe96
HEAD_REF master

View File

@ -1,9 +1,9 @@
{
"name": "librdkafka",
"version": "2.3.0",
"port-version": 1,
"port-version": 2,
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/edenhill/librdkafka",
"homepage": "https://github.com/confluentinc/librdkafka",
"license": null,
"supports": "!uwp",
"dependencies": [

View File

@ -4918,7 +4918,7 @@
},
"librdkafka": {
"baseline": "2.3.0",
"port-version": 1
"port-version": 2
},
"libredwg": {
"baseline": "0.13.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6aa42a9dc181a15946be77986a9eaa45e0534f3c",
"version": "2.3.0",
"port-version": 2
},
{
"git-tree": "420acc8b75e00d2fec12c4b991f63d909b69e022",
"version": "2.3.0",