diff options
| author | alexander-smyslov <37107500+alexander-smyslov@users.noreply.github.com> | 2020-07-31 07:36:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 22:36:09 -0700 |
| commit | 5cdb92f010d8251e8e6ec62ccaed867547a6373a (patch) | |
| tree | a2f6d81eebece122987b132d4291ec2a851c269c | |
| parent | f492b7efb19eaceab75f6bc3a9567dfcd3fc9d1d (diff) | |
| download | vcpkg-5cdb92f010d8251e8e6ec62ccaed867547a6373a.tar.gz vcpkg-5cdb92f010d8251e8e6ec62ccaed867547a6373a.zip | |
[librdkafka] Upgrade to 1.4.4 (#12095)
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* upgrade librdkafka to 1.4.4
* Delete CONTROL
* Delete install.patch
* Delete portfile.cmake
* upgrade librdkafka to 1.4.4
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
| -rw-r--r-- | ports/librdkafka/CONTROL | 2 | ||||
| -rw-r--r-- | ports/librdkafka/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/librdkafka/CONTROL b/ports/librdkafka/CONTROL index f88fa9bb3..5383c6c1d 100644 --- a/ports/librdkafka/CONTROL +++ b/ports/librdkafka/CONTROL @@ -1,5 +1,5 @@ Source: librdkafka
-Version: 1.2.0-2
+Version: 1.4.4-1
Description: The Apache Kafka C/C++ library
Homepage: https://github.com/edenhill/librdkafka
diff --git a/ports/librdkafka/portfile.cmake b/ports/librdkafka/portfile.cmake index f64aa17f0..7317accbd 100644 --- a/ports/librdkafka/portfile.cmake +++ b/ports/librdkafka/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO edenhill/librdkafka
- REF v1.2.0
- SHA512 7caddeec09bd1556688f0011f5cae49f8b0cde55b8dbc1296b3d2a39879badc42b7f59369bb1938ce7c4c4ff8b0fe4f1973b923c3db603466c10a4c015306522
+ REF v1.4.4
+ SHA512 478d17f56efd39b312ea774695bc31d22a83aae3a94913fb0dd07e7f04f3f2a6e3f3610dc7501864dbacbcf4a3207603c6e1d5eebac4e5246ee868cde398021d
HEAD_REF master
PATCHES
fix-arm64.patch
|
