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 2024-02-08 #37866

Merged
merged 20 commits into from
Apr 9, 2024
Merged
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 71553ebf0d197e73c49365cc3ab2a6aa326b3c37
SHA512 f8daaa0307f07990b10a6487e1b0f2719e7442fcaeff5878eae9c22a741f27b1dfa7a292b91dcf7e2039029dd7dce71083ab2288e9d84de1bc20be7567a858c8
REF fd2a88f09c8ae89440858fc52573656141013c7f
SHA512 09eef1b0ca75f9420fa258c4290b6b62a3115531e77c91f9d223b2c4a10e8ee95b243bf9f6598d7c55b76ca4e4a185cdf1231b40d5ef87d7d405b8b434eb6cb0
HEAD_REF master
PATCHES fix-dep.patch
)
Expand Down
4 changes: 2 additions & 2 deletions ports/polyhook2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "polyhook2",
"version-date": "2023-08-11",
"version-date": "2024-02-08",
"description": "C++17, x86/x64 Hooking Library v2.0",
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
"license": "MIT",
"supports": "!(arm | uwp | linux | osx)",
"supports": "!(arm | uwp | linux | osx | android)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6861,7 +6861,7 @@
"port-version": 12
},
"polyhook2": {
"baseline": "2023-08-11",
"baseline": "2024-02-08",
"port-version": 0
},
"polymorphic-value": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/polyhook2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c732c3857bb8cba1dee23e224d5495b541e139af",
"version-date": "2024-02-08",
"port-version": 0
},
{
"git-tree": "00a3d485f743b08f8c407139e5e8210468f44573",
"version-date": "2023-08-11",
Expand Down