Skip to content

Commit 9c13949

Browse files
committed
Fix boost URL for 'depends' build system
1 parent 6392022 commit 9c13949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/depends/packages/boost.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=boost
22
$(package)_version=1_75_0
3-
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/
3+
$(package)_download_path=https://archives.boost.io/release/1.75.0/source/
44
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
55
$(package)_sha256_hash=953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb
66

0 commit comments

Comments
 (0)