mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
update polyhook2 (#22906)
* update polyhook2 * fix vcpkg.json * Fix port-version and update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
e407f1b99e
commit
8d1b218445
@ -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
|
||||
)
|
||||
|
||||
|
@ -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)",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "519f086961afed4ccad13eb8d56ac009221f1714",
|
||||
"version-date": "2022-02-02",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bae35bd5e732a2468beb53b4407668d515204514",
|
||||
"version-date": "2021-05-09",
|
||||
|
Loading…
x
Reference in New Issue
Block a user