diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 06:03:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 21:03:25 -0700 |
| commit | 855b12bf6c762b6ec05d0115d8a8d9e911780424 (patch) | |
| tree | a3a3fa614feef3018f6b78f5fabdd476fde0bc3c | |
| parent | a55aaac079426c63d5249785452f3ecd507e23a2 (diff) | |
| download | vcpkg-855b12bf6c762b6ec05d0115d8a8d9e911780424.tar.gz vcpkg-855b12bf6c762b6ec05d0115d8a8d9e911780424.zip | |
[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>
| -rw-r--r-- | ports/easyhook/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/easyhook/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/e-/easyhook.json | 5 |
4 files changed, 10 insertions, 6 deletions
diff --git a/ports/easyhook/portfile.cmake b/ports/easyhook/portfile.cmake index 983c4a509..378c2d5d0 100644 --- a/ports/easyhook/portfile.cmake +++ b/ports/easyhook/portfile.cmake @@ -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
)
diff --git a/ports/easyhook/vcpkg.json b/ports/easyhook/vcpkg.json index bac2a88d4..3a9e6c00c 100644 --- a/ports/easyhook/vcpkg.json +++ b/ports/easyhook/vcpkg.json @@ -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)" diff --git a/versions/baseline.json b/versions/baseline.json index f63fadb35..29515f8ab 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/e-/easyhook.json b/versions/e-/easyhook.json index 70e323a85..0e249a7e0 100644 --- a/versions/e-/easyhook.json +++ b/versions/e-/easyhook.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "efa456841ef4446343c908f3ed36217b7a1d75a3", + "version": "2.7.7097.0", + "port-version": 0 + }, + { "git-tree": "e427f42cec56130de81333fda405afabc88c9e82", "version": "2.7.6789.0", "port-version": 1 |
