Skip to content

Commit

Permalink
Upgrade boost to 1.75.0 in depends
Browse files Browse the repository at this point in the history
- 1.74.0 shipped with buggy includes that prevent compilation due to no 'library_version_type' type
  • Loading branch information
who-biz committed Sep 8, 2023
1 parent febd0b1 commit d1dd9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/depends/packages/boost.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=boost
$(package)_version=1_68_0
$(package)_download_path=https://downloads.sourceforge.net/project/boost/boost/1.68.0/
$(package)_version=1_75_0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_sha256_hash=7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7
$(package)_sha256_hash=953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb

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

0 comments on commit d1dd9a7

Please sign in to comment.