Skip to content

Commit

Permalink
Update Boost download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Jan 7, 2025
1 parent 56e3c8c commit 064a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/dep-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ download_dependency() {
;;
"boost")
VERSION_UNDERSCORE=$(echo $VERSION | sed 's/\./_/g')
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
;;
"protobuf")
URL=https://github.com/google/protobuf/releases/download/v${VERSION}/protobuf-cpp-${VERSION}.tar.gz
Expand Down

0 comments on commit 064a753

Please sign in to comment.