mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:47:58 +08:00
[librdkafka] Fix code download URL (#39841)
This commit is contained in:
parent
a4d00c01a9
commit
de8cad5149
@ -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
|
||||
|
@ -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": [
|
||||
|
@ -4918,7 +4918,7 @@
|
||||
},
|
||||
"librdkafka": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libredwg": {
|
||||
"baseline": "0.13.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6aa42a9dc181a15946be77986a9eaa45e0534f3c",
|
||||
"version": "2.3.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "420acc8b75e00d2fec12c4b991f63d909b69e022",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user