Skip to content

Commit 668a5e1

Browse files
committed
deps: fix the boost source location now that it has moved
1 parent 567258b commit 668a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/builddeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export OPENSSL_SRCDIR=`pwd`/tmp/${source_name}
239239

240240
# building boost
241241
name="boost"
242-
source_url="https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz"
242+
source_url="https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz"
243243
source_name="boost_1_84_0"
244244
source_filename="boost_1_84_0.tar.gz"
245245
source_hash="a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724"

0 commit comments

Comments
 (0)