diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-08-06 04:01:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 13:01:53 -0700 |
| commit | eb3baf49af64dee4deee2bd3bb2e2e26def07acf (patch) | |
| tree | d5fc3e2ce8b0df06313ba4909b6e7a1bc9063ac5 | |
| parent | a8f69d8eff3785c621b4282d2f7e5cc18e08d7f7 (diff) | |
| download | vcpkg-eb3baf49af64dee4deee2bd3bb2e2e26def07acf.tar.gz vcpkg-eb3baf49af64dee4deee2bd3bb2e2e26def07acf.zip | |
[librdkafka] Update to 1.5.0 (#12731)
* [librdkafka] Update to 1.5.0
* Update portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
| -rw-r--r-- | ports/librdkafka/CONTROL | 2 | ||||
| -rw-r--r-- | ports/librdkafka/portfile.cmake | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/ports/librdkafka/CONTROL b/ports/librdkafka/CONTROL index 5383c6c1d..12f1ae21b 100644 --- a/ports/librdkafka/CONTROL +++ b/ports/librdkafka/CONTROL @@ -1,5 +1,5 @@ Source: librdkafka
-Version: 1.4.4-1
+Version: 1.5.0
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 7317accbd..5ae2b695e 100644 --- a/ports/librdkafka/portfile.cmake +++ b/ports/librdkafka/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO edenhill/librdkafka
- REF v1.4.4
- SHA512 478d17f56efd39b312ea774695bc31d22a83aae3a94913fb0dd07e7f04f3f2a6e3f3610dc7501864dbacbcf4a3207603c6e1d5eebac4e5246ee868cde398021d
+ REF 39796d359898c07ea422849e6d7cd34cd13ec466 #v1.5.0
+ SHA512 96bc1e1063d4387483f955315a8523045a308aba5fc40197c805f14ceb12ff5241f98b6937c41ab84094fe39e034e8b11ba66dd4d69a758b6ecb20d56d78cbfe
HEAD_REF master
PATCHES
fix-arm64.patch
@@ -78,6 +76,3 @@ configure_file(${SOURCE_PATH}/LICENSES.txt ${CURRENT_PACKAGES_DIR}/share/${PORT} # Install usage
configure_file(${CMAKE_CURRENT_LIST_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
-
-# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME RdKafka)
|
