Skip to content

Commit

Permalink
Merge pull request ruslo#1839 from FredrikAppelros/pr.breakpad
Browse files Browse the repository at this point in the history
Update 'breakpad' to 0.0.0-12ecff3-p2
  • Loading branch information
ruslo authored Apr 25, 2019
2 parents db52b5f + 05c1442 commit 1d8ae95
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 @@ -182,7 +182,7 @@ hunter_default_version(bento4 VERSION 1.5.1-628-e6ee435-p0)
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(breakpad VERSION 0.0.0-12ecff3-p1)
hunter_default_version(breakpad VERSION 0.0.0-12ecff3-p2)
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 @@ -19,6 +19,17 @@ hunter_add_version(
6d6ba5d3f0b8d317b61d1a4256dcdd55f29d19ee
)

hunter_add_version(
PACKAGE_NAME
breakpad
VERSION
0.0.0-12ecff3-p2
URL
"https://github.com/hunter-packages/breakpad/archive/v0.0.0-12ecff3-p2.tar.gz"
SHA1
583524ee8f08d0b036bfb4ad3566144b4c272965
)

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

0 comments on commit 1d8ae95

Please sign in to comment.