diff options
| author | Joel Höner <joel@zyantific.com> | 2020-03-03 06:30:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 21:30:06 -0800 |
| commit | af78cf0195433c34ffedb33c0cbd14e0187a4418 (patch) | |
| tree | aa431b8dfc5086361a3bac04fd75c4a212955c48 /ports/zydis/CONTROL | |
| parent | 129fb5a7486aa3d4f02caf1aefae93300b751067 (diff) | |
| download | vcpkg-af78cf0195433c34ffedb33c0cbd14e0187a4418.tar.gz vcpkg-af78cf0195433c34ffedb33c0cbd14e0187a4418.zip | |
[zydis] Update to v3.1.0 (#8426)
* [zydis] Update to v3.0.0
Since v3.0.0 now depends on the internal zycore library via a submodule, I had to replace `vcpkg_from_github` with `vcpkg_download_distfile`
* [zydis] Switch to vcpkg_from_github
* Update Zydis to v3.1.0
Also, set `ZYDIS_ZYCORE_PATH` instead of moving the Zycore sources.
Diffstat (limited to 'ports/zydis/CONTROL')
| -rw-r--r-- | ports/zydis/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/zydis/CONTROL b/ports/zydis/CONTROL index bd4f59d95..3d50b2023 100644 --- a/ports/zydis/CONTROL +++ b/ports/zydis/CONTROL @@ -1,3 +1,4 @@ Source: zydis -Version: 2.0.3 +Version: 3.1.0 +Homepage: https://zydis.re Description: Fast and lightweight x86/x86-64 disassembler library.
\ No newline at end of file |
