mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:49:01 +08:00
[easyhook] Update to 2.7.7097.0 (#20371)
* Update easyhook to 2.7.7097.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
a55aaac079
commit
855b12bf6c
@ -5,8 +5,8 @@ message(WARNING ".Net framework 4.0 is required, please install it before instal
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO EasyHook/EasyHook
|
||||
REF v2.7.6789.0
|
||||
SHA512 a48b4fe6dd2e55a2d515bc917c0f3ff5b73f08d1778e671df802347c3b8e1d4638005582a494acdf891ffe3fa6eae3eab0096083a8af2352e3f0883eb83421d6
|
||||
REF v2.7.7097.0
|
||||
SHA512 D0CA5B64E77F6281B2DD7EE0DC492A9B07DDB60A9F514037938CC3E3FFA5DD57C95CB630E18C02C984A89070839E4188044896D4EE57A21E43E6EA3A4918255A
|
||||
HEAD_REF master
|
||||
PATCHES fix-build.patch
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "easyhook",
|
||||
"version": "2.7.6789.0",
|
||||
"port-version": 1,
|
||||
"version": "2.7.7097.0",
|
||||
"description": "This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.",
|
||||
"homepage": "https://github.com/EasyHook/EasyHook",
|
||||
"supports": "windows & !(static | arm | uwp)"
|
||||
|
@ -1913,8 +1913,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"easyhook": {
|
||||
"baseline": "2.7.6789.0",
|
||||
"port-version": 1
|
||||
"baseline": "2.7.7097.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"easyloggingpp": {
|
||||
"baseline": "9.96.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "efa456841ef4446343c908f3ed36217b7a1d75a3",
|
||||
"version": "2.7.7097.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e427f42cec56130de81333fda405afabc88c9e82",
|
||||
"version": "2.7.6789.0",
|
||||
|
Loading…
Reference in New Issue
Block a user