Skip to content

Commit

Permalink
Auto merge of #3951 - LarryRuane:3947-integer-log2-warn, r=ebfull
Browse files Browse the repository at this point in the history
Update boost to v1.70.0 to eliminate build warning

Closes #3947.
  • Loading branch information
zkbot committed Apr 24, 2019
2 parents e1c922d + c17d828 commit 4e3f8b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/boost.mk
@@ -1,8 +1,8 @@
package=boost
$(package)_version=1_69_0
$(package)_download_path=https://dl.bintray.com/boostorg/release/1.69.0/source
$(package)_version=1_70_0
$(package)_download_path=https://dl.bintray.com/boostorg/release/1.70.0/source
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_sha256_hash=8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406
$(package)_sha256_hash=430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778

define $(package)_set_vars
$(package)_config_opts_release=variant=release
Expand Down

0 comments on commit 4e3f8b4

Please sign in to comment.