aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-08 05:15:42 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-08 22:29:53 -0700
commit86fecfc61c3b9b0f5e93b47e4c5d807322e08847 (patch)
treed5fb74caf33115bb44688cefd76b4aecec32b37e /ports/breakpad
parentbd5bad18e40c2cc8af26558166a580f37993ac01 (diff)
downloadvcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.tar.gz
vcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.zip
Upgrades 2018.07.08
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 124e0df14..0d67ef9e8 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-06-28
+Version: 2018-07-08
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 bfa5df021..bceb6347a 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 79ba6a494fb2097b39f76fe6a4b4b4f407e32a02
- SHA512 1c2f1f4cb483841b6a7fa0288f9c067b15bd2f04f0d86e9f68d0f3b5560cda84a2c5dd381216cb079666a70dcd7928c39b718e51b50a3f1de8f5a9a33e0737c5
+ REF 89e7a8615f3d39c802ce27c21ce62646f10291ef
+ SHA512 2acd70890d6fb231296bc9218859570859fb018e823f31942cf9523ac8ef2be8940ba1bf257d5ab8596189e7d61ac7abfc50039bf8ab410573f60ba8a591df09
HEAD_REF master
)