[uthenticode] Update to 1.0.4 (#11362)

This commit is contained in:
William Woodruff 2020-05-15 19:59:40 -04:00 committed by GitHub
parent f6aa8bc6cf
commit 61b5c23eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: uthenticode Source: uthenticode
Version: 1.0.3 Version: 1.0.4
Description: A cross-platform library for verifying Authenticode signatures Description: A cross-platform library for verifying Authenticode signatures
Homepage: https://github.com/trailofbits/uthenticode Homepage: https://github.com/trailofbits/uthenticode
Supports: !uwp Supports: !uwp

View File

@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO trailofbits/uthenticode REPO trailofbits/uthenticode
REF v1.0.3 REF v1.0.4
SHA512 c4a4712aeadae34a74e8535b17af192013254edd322a4453fe567647c21ed8b10b81a5d9d9028fbe2eed7d124cb9e420b6ef516f77bcb8594250c7372a3eff0b SHA512 82d5ff61071adefec886a140d253b733cb2318ccf34e831087973b05f7e274b207031e606303f65269a5ed1b45c3c599d79e217cf6229d60c8cc2396e842f32e
HEAD_REF master HEAD_REF master
) )