Skip to content

Commit

Permalink
Update breakpad version (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
elisemorysc authored Jun 4, 2021
1 parent fc3b223 commit 6fd5b92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ hunter_default_version(binaryen VERSION 1.38.28-p1)
hunter_default_version(bison VERSION 3.0.4-p0)
hunter_default_version(boost-pba VERSION 1.0.0-p0)
hunter_default_version(botan VERSION 2.11.0-110af9494)
hunter_default_version(breakpad VERSION 0.0.0-12ecff3-p2)
hunter_default_version(breakpad VERSION 0.0.0-12ecff3-p4)
hunter_default_version(bullet VERSION 2.87-p0)
hunter_default_version(c-ares VERSION 1.14.0-p0)
hunter_default_version(caffe VERSION rc3-p2)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/breakpad/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ hunter_add_version(
583524ee8f08d0b036bfb4ad3566144b4c272965
)

hunter_add_version(
PACKAGE_NAME
breakpad
VERSION
0.0.0-12ecff3-p4
URL
"https://github.com/cpp-pm/breakpad/archive/refs/tags/v0.0.0-12ecff3-p4.tar.gz"
SHA1
25a6638f1e2066a9fc854719ce658fc0447a8877
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(breakpad)
hunter_download(PACKAGE_NAME breakpad)

0 comments on commit 6fd5b92

Please sign in to comment.