aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:28:21 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-19 14:13:12 -0700
commit64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch)
tree6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/breakpad
parent7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff)
downloadvcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz
vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip
Upgrades 2018.09.18
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 48164a0b7..55ca2a8c3 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-08-03-1
+Version: 2018-09-18
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 e79f5293e..18b1b8152 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 f12b6897897fb5b7e74437371fdf2b36a36f5661
- SHA512 b2322e2f043fff9f7aa9ff1aa99bc7eab2c98e0d0e2407bd35aa5eeab6e16e4a526d5a88544e3c13f0b41ee0c993f35eefce632ef8a3f183a877f98272ac7f19
+ REF 54fa71efbe50fb2b58096d871575b59e12edba6d
+ SHA512 ecd1c6c5cc0e3984d05fe86ec11172e93b0e31c39ce0af9d0de08b8d03083686e2288e0cd787180c599446c277e58f48550ce4ab718019576c64fc403a592745
HEAD_REF master
)