Skip to content

Commit

Permalink
Fix broken boost URL in 'depends' build system
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Jan 10, 2025
1 parent 677ffd9 commit 06ec173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/depends/packages/boost.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package=boost
$(package)_version=1_75_0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/
$(package)_download_path=https://archives.boost.io/release/1.75.0/source/
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_sha256_hash=953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb

Expand Down

0 comments on commit 06ec173

Please sign in to comment.