[capstone] Update to 4.0.2 (#11250)

This commit is contained in:
ceeac 2020-05-12 00:00:03 +02:00 committed by GitHub
parent a7904a65b9
commit e7a95bf2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: capstone
Version: 4.0.1-120373dc
Version: 4.0.2
Homepage: https://github.com/aquynh/capstone
Description: Multi-architecture disassembly framework

View File

@ -1,9 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REF 120373dc9789875ccbc968397219a86598a4351e
REF 4.0.2
REPO "aquynh/capstone"
SHA512 90961176ab68110b0fea08f11a5ed6997dcd92ceeec568978003bfd01e2170479256f137e4f91be5e22a9bdebbe1f436c2849bde1d4e0bbd0b781f8562b58059
SHA512 7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e
HEAD_REF v4
)