aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-25 11:37:23 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-26 15:10:56 -0800
commitc7616b902bf7918d7d9702dda95c80bc6c1ca545 (patch)
tree0b8608bd138204be6f058594136b03cd540b3a56 /ports/breakpad
parent3921fc3012f91efedc36961ce7f15700af47aa7d (diff)
downloadvcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.tar.gz
vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.zip
[many ports] Upgrades
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 30001b1ee..9d3e4959c 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-2-19-1
+Version: 2018-02-25
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 a584e5d0b..a7b28e863 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 6bb6c9b26afd9844b9e35fcaa39fb24893e7abb5
- SHA512 af96ec1383cce40d6dd14cf105ff0ff66bbc68ffd8941b9e5da9cb3462bfb100aa66debf38a759c7fa41a1847f4ff90bca73c859a5e0b18d8e73b3c8a008576f
+ REF 88e9a460dec52d11ce4520c54246cf5cf29f87bf
+ SHA512 31750e6db23c30b884af7049dc67cd30198e49a638d3e226c5ba31f562145bdfbc42f0679173cefc93df75b11af734ecf164c0d4030408e6f0ab315d60fdb30f
HEAD_REF master
)