From 84c22a78b49f5682d17a5549d8399bc25edfd753 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Sun, 27 Sep 2020 20:36:46 -0400 Subject: [polyhook2] Update to new version (#13645) * Update polyhook2 * [polyhook2] Update CONTROL * Update portfile.cmake Co-authored-by: wangli28 Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> --- ports/polyhook2/CONTROL | 2 +- ports/polyhook2/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/polyhook2/CONTROL b/ports/polyhook2/CONTROL index 8d04e2a1d..753b7756f 100644 --- a/ports/polyhook2/CONTROL +++ b/ports/polyhook2/CONTROL @@ -1,5 +1,5 @@ Source: polyhook2 -Version: 2020-08-29 +Version: 2020-09-22 Homepage: https://github.com/stevemk14ebr/PolyHook_2_0 Description: C++17, x86/x64 Hooking Libary v2.0 Supports: !(arm|uwp|linux|osx) diff --git a/ports/polyhook2/portfile.cmake b/ports/polyhook2/portfile.cmake index 82951c96a..a7a86e587 100644 --- a/ports/polyhook2/portfile.cmake +++ b/ports/polyhook2/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "Linux" "OSX" "UWP") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stevemk14ebr/PolyHook_2_0 - REF b3c0baf639614c4b4ca56e5df2e9da688986917b - SHA512 a1fb531fcbd7d6ac084efc7a67b7a1d9e661f0e770df02db7458a311c54ca1a1f11b8be0ae438a40259603414bfb2e64bab69d45754bc910363daa912e995550 + REF 99a4b7da142f35380564f462e537f4fe04e5b5f0 + SHA512 2a8e77344deffe5ca345dd6102b92b9154c3c7d36f2b99cfa3bae96cf37078dc9cdeae671f82bfef5d98bbb72507dc39ae569e7b8bcb9698d8bc787dca438d83 HEAD_REF master ) -- cgit v1.2.3