From 763429b55bb3b014b88ae6613003b57da9052554 Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:57:23 -0700 Subject: [PATCH] [libhv] update to 1.3.2 (#34811) * [libhv] update to 1.3.2 * update version --------- Co-authored-by: vzhli17 --- ports/libhv/portfile.cmake | 6 +++--- ports/libhv/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libhv.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/libhv/portfile.cmake b/ports/libhv/portfile.cmake index 13471aabfa..181eddb428 100644 --- a/ports/libhv/portfile.cmake +++ b/ports/libhv/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ithewei/libhv - REF v${VERSION} #v1.3.0 - SHA512 7d8f552947eb464a8dd644515b9543a7961631e427033de4e1f51f1e9d2b9ca1801553a478b0a20935b50dbc274632e38a6f0438732efed9fcbf0738738ddac5 + REF "v${VERSION}" + SHA512 9dffb6e844df8ba825df88ef984c280923fbf1d50edcbbbe0b36927172ad82c057d65b9b752163c3e2383eb44db0261fd4e3623e3630a55a3f8987088bef0bd7 HEAD_REF master ) @@ -30,4 +30,4 @@ vcpkg_cmake_install() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/libhv) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/libhv/vcpkg.json b/ports/libhv/vcpkg.json index 221571b989..b35e834310 100644 --- a/ports/libhv/vcpkg.json +++ b/ports/libhv/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libhv", - "version": "1.3.1", + "version": "1.3.2", "description": "Libhv is a C/C++ network library similar to libevent/libuv.", "homepage": "https://github.com/ithewei/libhv", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 6ced5bf2bf..9847685f3f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4305,7 +4305,7 @@ "port-version": 0 }, "libhv": { - "baseline": "1.3.1", + "baseline": "1.3.2", "port-version": 0 }, "libhydrogen": { diff --git a/versions/l-/libhv.json b/versions/l-/libhv.json index 11d00085ae..36960a2dfc 100644 --- a/versions/l-/libhv.json +++ b/versions/l-/libhv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f76c5430e5899a88a85fa7366d046310882f9223", + "version": "1.3.2", + "port-version": 0 + }, { "git-tree": "3cccf7a4fde6f5c23138ac228d6d581dba11a76b", "version": "1.3.1",