aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-31 17:03:35 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-03 00:09:21 -0700
commitc3d34e7d8e0c61da77e622ecbe887497c97d5d46 (patch)
tree828faa453811fb45b0e51cf0a27409a60d587ce7 /ports/breakpad
parent1f64d24a8159c6731a45fbd1f60e3b79ae44d4cb (diff)
downloadvcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.tar.gz
vcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.zip
Upgrades 2018.06.31
Diffstat (limited to 'ports/breakpad')
-rw-r--r--ports/breakpad/CONTROL2
-rw-r--r--ports/breakpad/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/breakpad/CONTROL b/ports/breakpad/CONTROL
index 0d67ef9e8..40569eeeb 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-07-08
+Version: 2018-07-30
Build-Depends: libdisasm
Description: a set of client and server components which implement a crash-reporting system.
diff --git a/ports/breakpad/portfile.cmake b/ports/breakpad/portfile.cmake
index bceb6347a..de3a148f9 100644
--- a/ports/breakpad/portfile.cmake
+++ b/ports/breakpad/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/breakpad
- REF 89e7a8615f3d39c802ce27c21ce62646f10291ef
- SHA512 2acd70890d6fb231296bc9218859570859fb018e823f31942cf9523ac8ef2be8940ba1bf257d5ab8596189e7d61ac7abfc50039bf8ab410573f60ba8a591df09
+ REF 9fecc95c72549452959431ddc0e4ec4e0cda8689
+ SHA512 b579c4f7058cfd86df343e41496c0d4fc0fb1160bf239fab9cfecfd3d60108367f43f1788d744a9d813d585e8a05e06adf90b01d619448a262522a969d8d5054
HEAD_REF master
)