Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[polyhook2] update to latest version #22906

Merged
merged 4 commits into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/polyhook2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stevemk14ebr/PolyHook_2_0
REF 01ec7c7ddee1d0da9cc49c4adf930eb5d6a86ba1
SHA512 9d482cd4ec9161b437ee976130b4e64b3acb5f1eb4c47291074110d86ca1ca7479b5c6d0af5be2c7628f702dc858e6a9ef10cd8dcf915b9f022f158e0e4ad0ba
REF 951ab526b403c3d023ce265ff156a1c26c9cb7e4
SHA512 7df5f92d8c7e15cd25c89a49fb0f83eb81886415186425f5c8c0c0adde5fb7914b70f144833a8db5733bd78b9eab4008b7631c8519df3bed156e84b2f8e3b440
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/polyhook2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyhook2",
"version-date": "2021-05-09",
"version-date": "2022-02-02",
"port-version": 2,
"description": "C++17, x86/x64 Hooking Library v2.0",
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
Expand Down