aboutsummaryrefslogtreecommitdiff
path: root/ports/polyhook2
diff options
context:
space:
mode:
authorStephen Eckels <stevemk14ebr@gmail.com>2021-05-18 18:36:40 -0400
committerGitHub <noreply@github.com>2021-05-18 15:36:40 -0700
commit2499107f4099721777973cf0fece85e7879e3b54 (patch)
tree189e95e91c278ce0fb81b5d7820f4c46229dd575 /ports/polyhook2
parent93dc66722307afadfe2160c84025141cf1a08518 (diff)
downloadvcpkg-2499107f4099721777973cf0fece85e7879e3b54.tar.gz
vcpkg-2499107f4099721777973cf0fece85e7879e3b54.zip
[Polyhook2]Update to the latest version (#17754)
* update_polyhook2 * update polyhook2 * [Polyhook2]Update to the latest version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/polyhook2')
-rw-r--r--ports/polyhook2/CONTROL2
-rw-r--r--ports/polyhook2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/polyhook2/CONTROL b/ports/polyhook2/CONTROL
index 4c4959ef8..311b64ebb 100644
--- a/ports/polyhook2/CONTROL
+++ b/ports/polyhook2/CONTROL
@@ -1,5 +1,5 @@
Source: polyhook2
-Version: 2021-01-08
+Version: 2021-05-09
Homepage: https://github.com/stevemk14ebr/PolyHook_2_0
Description: C++17, x86/x64 Hooking Library v2.0
Supports: !(arm|uwp|linux|osx)
diff --git a/ports/polyhook2/portfile.cmake b/ports/polyhook2/portfile.cmake
index 12aec1cf6..5d638eb9a 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 ee07729ac1bb8f09549903b5ba69b2544f837ff8
- SHA512 7ffa1b3c51789abfd6e081e1b4d6dd4e9536589c36f0cbc3ded8b7876d065fa8fa407f75786a2c3d6588df9b3336085841e4ba7008ff1f730c948c76b64d76b1
+ REF 01ec7c7ddee1d0da9cc49c4adf930eb5d6a86ba1
+ SHA512 9d482cd4ec9161b437ee976130b4e64b3acb5f1eb4c47291074110d86ca1ca7479b5c6d0af5be2c7628f702dc858e6a9ef10cd8dcf915b9f022f158e0e4ad0ba
HEAD_REF master
)