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 /ports | |
| 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>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/easyhook/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/easyhook/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 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)" |
