diff options
| author | William Woodruff <william@trailofbits.com> | 2020-05-15 19:59:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 16:59:40 -0700 |
| commit | 61b5c23eae242f0af2e7a197ea079cc07badef03 (patch) | |
| tree | ac3c8272dbb8c696c5de500b677439c6026e5b27 | |
| parent | f6aa8bc6cff39e773086aa90640f5b1b34e61778 (diff) | |
| download | vcpkg-61b5c23eae242f0af2e7a197ea079cc07badef03.tar.gz vcpkg-61b5c23eae242f0af2e7a197ea079cc07badef03.zip | |
[uthenticode] Update to 1.0.4 (#11362)
| -rw-r--r-- | ports/uthenticode/CONTROL | 2 | ||||
| -rw-r--r-- | ports/uthenticode/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uthenticode/CONTROL b/ports/uthenticode/CONTROL index df6ccd4e8..eeb4edfa0 100644 --- a/ports/uthenticode/CONTROL +++ b/ports/uthenticode/CONTROL @@ -1,5 +1,5 @@ Source: uthenticode -Version: 1.0.3 +Version: 1.0.4 Description: A cross-platform library for verifying Authenticode signatures Homepage: https://github.com/trailofbits/uthenticode Supports: !uwp diff --git a/ports/uthenticode/portfile.cmake b/ports/uthenticode/portfile.cmake index dbfc17a8d..236d72bf2 100644 --- a/ports/uthenticode/portfile.cmake +++ b/ports/uthenticode/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO trailofbits/uthenticode - REF v1.0.3 - SHA512 c4a4712aeadae34a74e8535b17af192013254edd322a4453fe567647c21ed8b10b81a5d9d9028fbe2eed7d124cb9e420b6ef516f77bcb8594250c7372a3eff0b + REF v1.0.4 + SHA512 82d5ff61071adefec886a140d253b733cb2318ccf34e831087973b05f7e274b207031e606303f65269a5ed1b45c3c599d79e217cf6229d60c8cc2396e842f32e HEAD_REF master ) |
