From c7cd6184d23686ffe54893a76bcd801b7940ba4b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 11 May 2020 13:24:04 -0400 Subject: [PATCH] [uthenticode] Update to 1.0.3 (#11256) --- ports/uthenticode/CONTROL | 2 +- ports/uthenticode/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/uthenticode/CONTROL b/ports/uthenticode/CONTROL index 73b706cc6..df6ccd4e8 100644 --- a/ports/uthenticode/CONTROL +++ b/ports/uthenticode/CONTROL @@ -1,5 +1,5 @@ Source: uthenticode -Version: 1.0.2 +Version: 1.0.3 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 762cb913f..dbfc17a8d 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.2 - SHA512 0e92be1a1b918c03074a4c083c4bffeb318f348c76ba34c3244c2594f244f887819040e91b2e7d8bb5ac573007c7b3a2a72d4f71abeee0e252d7bfe60c68cb11 + REF v1.0.3 + SHA512 c4a4712aeadae34a74e8535b17af192013254edd322a4453fe567647c21ed8b10b81a5d9d9028fbe2eed7d124cb9e420b6ef516f77bcb8594250c7372a3eff0b HEAD_REF master )