[librdkafka] Update library to 1.2.0 (#8307)

This commit is contained in:
Ehsan 2019-09-24 00:17:22 +03:30 committed by Curtis J Bezault
parent 36cd8ef277
commit ef1e925305
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: librdkafka
Version: 1.1.0-1
Version: 1.2.0-1
Description: The Apache Kafka C/C++ library
Homepage: https://github.com/edenhill/librdkafka

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO edenhill/librdkafka
REF v1.1.0
SHA512 35561399b07278a09a51245c5503c86eb0cc8971692b4e65a332144bfb71e2e86d4ceaf1804534b6a416bcace74cef493b6465c20b32c14de97f45f2854359c6
REF v1.2.0
SHA512 7caddeec09bd1556688f0011f5cae49f8b0cde55b8dbc1296b3d2a39879badc42b7f59369bb1938ce7c4c4ff8b0fe4f1973b923c3db603466c10a4c015306522
HEAD_REF master
PATCHES
fix-arm64.patch