Skip to content

Commit

Permalink
[easyhook] Update to 2.7.7097.0 (#20371)
Browse files Browse the repository at this point in the history
* Update easyhook to 2.7.7097.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
  • Loading branch information
chausner and chausner authored Sep 28, 2021
1 parent a55aaac commit 855b12b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/easyhook/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
3 changes: 1 addition & 2 deletions ports/easyhook/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/easyhook.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efa456841ef4446343c908f3ed36217b7a1d75a3",
"version": "2.7.7097.0",
"port-version": 0
},
{
"git-tree": "e427f42cec56130de81333fda405afabc88c9e82",
"version": "2.7.6789.0",
Expand Down

0 comments on commit 855b12b

Please sign in to comment.