diff options
| author | ζeh Matt <m.moninger.h@gmail.com> | 2020-08-07 21:17:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 12:17:10 -0700 |
| commit | 15141fbc95f1994c164ec55b93cad163008ca0b0 (patch) | |
| tree | 58235c5daaa1a3d7fae42968456a65dc31a15a73 /ports/polyhook2 | |
| parent | 5945950b251ebf5c58b0ff36663a1c1d67e4e3c5 (diff) | |
| download | vcpkg-15141fbc95f1994c164ec55b93cad163008ca0b0.tar.gz vcpkg-15141fbc95f1994c164ec55b93cad163008ca0b0.zip | |
[asmjit] Update to the latest commit (#12524)
* [asmjit] Update to the latest commit
* Use the correct date for version
* Update ci.baseline.txt
* [polyhook2] Update to the latest commit
* Update portfile.cmake
* Remove polyhook2 from ci.baseline.txt
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/polyhook2')
| -rw-r--r-- | ports/polyhook2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/polyhook2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/polyhook2/CONTROL b/ports/polyhook2/CONTROL index d867d5eba..924ea7e2a 100644 --- a/ports/polyhook2/CONTROL +++ b/ports/polyhook2/CONTROL @@ -1,5 +1,5 @@ Source: polyhook2
-Version: 2020-07-01
+Version: 2020-08-04
Homepage: https://github.com/stevemk14ebr/PolyHook_2_0
Description: C++17, x86/x64 Hooking Libary v2.0
Supports: !(arm|uwp|linux|osx)
diff --git a/ports/polyhook2/portfile.cmake b/ports/polyhook2/portfile.cmake index 93e1ead79..267945d20 100644 --- a/ports/polyhook2/portfile.cmake +++ b/ports/polyhook2/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "Linux" "OSX" "UWP") vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stevemk14ebr/PolyHook_2_0
- REF d8d0eb9b0932783f7d6be2d96e4d2c8adbf08c4b
- SHA512 4e08614818dac648596118c62c38b36f88b39bd7c299cdbb44604249b3d7201541dcb64e926e3f5a92327603342f8393e4c7c84feda37e9f4250a5bf06ab2473
+ REF 69fa86df9ae125617ac660b2d6ae2920c69194d9
+ SHA512 822c6f07106b5264ab0fe6608875e18ff85572e4316f9bf90be9c68a2c0ed2c4a8f1d1b9fd497d8adf8420c1c9cc34ff46f2e8848f128e37491a86212ed14dc9
HEAD_REF master
)
|
