aboutsummaryrefslogtreecommitdiff
path: root/ports/zydis/CONTROL
diff options
context:
space:
mode:
authorJoel Höner <joel@zyantific.com>2020-03-03 06:30:06 +0100
committerGitHub <noreply@github.com>2020-03-02 21:30:06 -0800
commitaf78cf0195433c34ffedb33c0cbd14e0187a4418 (patch)
treeaa431b8dfc5086361a3bac04fd75c4a212955c48 /ports/zydis/CONTROL
parent129fb5a7486aa3d4f02caf1aefae93300b751067 (diff)
downloadvcpkg-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/CONTROL3
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