aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-03 20:40:37 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:11:05 -0700
commit7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (patch)
tree487e03e8cffb752c9054d5bc3fff356ebe23ca8f /ports/breakpad
parent798f9cae6cf5887eb78bde90b129a68ca05dec89 (diff)
downloadvcpkg-7e5bb652fba1d6ca805a73fd992ab5e7e1945b61.tar.gz
vcpkg-7e5bb652fba1d6ca805a73fd992ab5e7e1945b61.zip
Upgrades 2018.08.03
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 190d48875..48164a0b7 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-07-30-2
+Version: 2018-08-03-1
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 b5f2959fe..e79f5293e 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 9fecc95c72549452959431ddc0e4ec4e0cda8689
- SHA512 b579c4f7058cfd86df343e41496c0d4fc0fb1160bf239fab9cfecfd3d60108367f43f1788d744a9d813d585e8a05e06adf90b01d619448a262522a969d8d5054
+ REF f12b6897897fb5b7e74437371fdf2b36a36f5661
+ SHA512 b2322e2f043fff9f7aa9ff1aa99bc7eab2c98e0d0e2407bd35aa5eeab6e16e4a526d5a88544e3c13f0b41ee0c993f35eefce632ef8a3f183a877f98272ac7f19
HEAD_REF master
)