aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Woodruff <william@trailofbits.com>2020-05-11 13:24:04 -0400
committerGitHub <noreply@github.com>2020-05-11 10:24:04 -0700
commitc7cd6184d23686ffe54893a76bcd801b7940ba4b (patch)
treedd84bcd9ed508d8ee0666bcadab7bf1948fa63a1
parent6920b49047f2de6880df8ef9724cc508c5f491ca (diff)
downloadvcpkg-c7cd6184d23686ffe54893a76bcd801b7940ba4b.tar.gz
vcpkg-c7cd6184d23686ffe54893a76bcd801b7940ba4b.zip
[uthenticode] Update to 1.0.3 (#11256)
-rw-r--r--ports/uthenticode/CONTROL2
-rw-r--r--ports/uthenticode/portfile.cmake4
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
)