Skip to content

Commit

Permalink
Update Boost download URL
Browse files Browse the repository at this point in the history
JFrog is no longer used by Boost, as they were donating space and
bandwidth. This have become too much of a cost.

See:
- boostorg/boost#843 (comment)
- boostorg/website#900
  • Loading branch information
matthias committed Jan 13, 2025
1 parent 39af4cf commit adc4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ set( mariadb_HASH SHA256=062b9ec5c26cbb236a78f0ba26981272053f59bdfc113040bab904a
set( _PACKAGES ${_PACKAGES} mariadb )

set( boost_ver "1_86" )
set( boost_URL https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_${boost_ver}_0.tar.bz2 )
set( boost_URL https://archives.boost.io/release/1.86.0/source/boost_${boost_ver}_0.tar.bz2 )
set( boost_HASH SHA256=1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b)
set( _PACKAGES ${_PACKAGES} boost )

Expand Down

0 comments on commit adc4523

Please sign in to comment.