Skip to content

Commit

Permalink
update bzip2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Jul 17, 2017
1 parent 01d4a93 commit 91584b2
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 @@ -39,7 +39,7 @@ hunter_config(Assimp VERSION 3.2-p1)
hunter_config(Async++ VERSION 0.0.3-hunter)
hunter_config(Avahi VERSION 0.6.31)
hunter_config(Beast VERSION 1.0.0-b32-hunter-4)
hunter_config(BZip2 VERSION 1.0.6-p2)
hunter_config(BZip2 VERSION 1.0.6-p3)
hunter_config(Boost VERSION 1.64.0)
hunter_config(BoostCompute VERSION 0.5-p0)
hunter_config(BoostProcess VERSION 0.5)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/BZip2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ hunter_add_version(
76d5bdd269160a87948fec676c75c2bcc6888585
)

hunter_add_version(
PACKAGE_NAME
BZip2
VERSION
"1.0.6-p3"
URL
"https://github.com/hunter-packages/bzip2/archive/v1.0.6-p3.tar.gz"
SHA1
f0ebd4c19c2ff663c2f75406c1a476211bf3d3c1
)

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

0 comments on commit 91584b2

Please sign in to comment.