Skip to content

Commit

Permalink
update polyhook2 (#22906)
Browse files Browse the repository at this point in the history
* update polyhook2

* fix vcpkg.json

* Fix port-version and update version database.

Co-authored-by: Billy Robert O'Neal III <[email protected]>
  • Loading branch information
stevemk14ebr and BillyONeal authored Feb 4, 2022
1 parent e407f1b commit 8d1b218
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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
3 changes: 1 addition & 2 deletions ports/polyhook2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "polyhook2",
"version-date": "2021-05-09",
"port-version": 2,
"version-date": "2022-02-02",
"description": "C++17, x86/x64 Hooking Library v2.0",
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
"supports": "!(arm | uwp | linux | osx)",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5401,8 +5401,8 @@
"port-version": 10
},
"polyhook2": {
"baseline": "2021-05-09",
"port-version": 2
"baseline": "2022-02-02",
"port-version": 0
},
"polymorphic-value": {
"baseline": "1.3.0",
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": "519f086961afed4ccad13eb8d56ac009221f1714",
"version-date": "2022-02-02",
"port-version": 0
},
{
"git-tree": "bae35bd5e732a2468beb53b4407668d515204514",
"version-date": "2021-05-09",
Expand Down

0 comments on commit 8d1b218

Please sign in to comment.