aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-09 22:53:05 -0700
committerPhil Christensen <philc@microsoft.com>2019-05-09 22:53:05 -0700
commit3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9 (patch)
tree2c885cce78cb601da10c3b75b60df537f0aafa1c /ports/breakpad
parent442d5c1b543d94b1902a17da597891104bab170e (diff)
downloadvcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.tar.gz
vcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.zip
[many ports] Updates 2019.05.08 (#6382)
* [many ports] Updates 2019.05.08 * Undo changes for failure ports grpc libjpeg-turbo curl cartographer * [guetzli] Patch to handle breaking changes in butteraugli
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 55ca2a8c3..b9efe8ee6 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-09-18
+Version: 2019-05-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 18b1b8152..9bab01f23 100644
--- a/ports/breakpad/portfile.cmake
+++ b/ports/breakpad/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/breakpad
- REF 54fa71efbe50fb2b58096d871575b59e12edba6d
- SHA512 ecd1c6c5cc0e3984d05fe86ec11172e93b0e31c39ce0af9d0de08b8d03083686e2288e0cd787180c599446c277e58f48550ce4ab718019576c64fc403a592745
+ REF 21b48a72aa50dde84149267f6b7402522b846b24
+ SHA512 4ca2f877871c0a79c24ce4cc592dddb3ac4c2eac2a5962dad6d3d94edc91ac82afec3d7e4e7f81e7d9916eb83f8708e66759c38a6ef0e1b2c19691dd1518558a
HEAD_REF master
)