Skip to content

Commit

Permalink
win32_deps_build.sh: change Boost URL
Browse files Browse the repository at this point in the history
The Boost download URL is broken again [1], we'll switch to a
working mirror.

[1] boostorg/boost#842
  • Loading branch information
petrutlucian94 committed Jan 8, 2024
1 parent 60c4b64 commit 2e7b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32_deps_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sslDir="${depsToolsetDir}/openssl"
sslSrcDir="${depsSrcDir}/openssl"

# For now, we'll keep the version number within the file path when not using git.
boostUrl="https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.gz"
boostUrl="https://archives.boost.io//release/1.82.0/source/boost_1_82_0.tar.gz"
boostSha256Sum="66a469b6e608a51f8347236f4912e27dc5c60c60d7d53ae9bfe4683316c6f04c"
boostSrcDir="${depsSrcDir}/boost_1_82_0"
boostDir="${depsToolsetDir}/boost"
Expand Down

0 comments on commit 2e7b1fa

Please sign in to comment.