aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-13 00:18:49 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-13 11:16:07 -0700
commit51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a (patch)
treedaa799b280b3a405a5144b71543e4ae30511931d /ports/breakpad
parent40bc3cb716c912e7a9cd567369a77918cfce87a2 (diff)
downloadvcpkg-51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a.tar.gz
vcpkg-51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a.zip
[abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib][unicorn] Updates
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 9d3e4959c..6b016d29a 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-02-25
+Version: 2018-03-13
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 a7b28e863..b8bac3f6a 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 88e9a460dec52d11ce4520c54246cf5cf29f87bf
- SHA512 31750e6db23c30b884af7049dc67cd30198e49a638d3e226c5ba31f562145bdfbc42f0679173cefc93df75b11af734ecf164c0d4030408e6f0ab315d60fdb30f
+ REF 2d80611fedf1e6bce4459f179dafaac844e9fc7f
+ SHA512 8c4eabb1e2d071ed67d178c1ee8c3679a24bff39439ee360a079fa926e276247ee18d0d88e420407e08c99cac0d1e9a8b4c7f554bf2d07f125eaa1df2f973e38
HEAD_REF master
)