We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e3c8c commit 064a753Copy full SHA for 064a753
build-support/dep-url.sh
@@ -49,7 +49,7 @@ download_dependency() {
49
;;
50
"boost")
51
VERSION_UNDERSCORE=$(echo $VERSION | sed 's/\./_/g')
52
- URL=https://boostorg.jfrog.io/artifactory/main/release/${VERSION}/source/boost_${VERSION_UNDERSCORE}.tar.gz
+ URL=https://github.com/boostorg/boost/archive/refs/tags/boost-${VERSION}.tar.gz
53
54
"protobuf")
55
URL=https://github.com/google/protobuf/releases/download/v${VERSION}/protobuf-cpp-${VERSION}.tar.gz
0 commit comments