Skip to content

Commit 7942457

Browse files
committed
Switch to boost 1.85.0
1 parent 2b2d799 commit 7942457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

download_third_party.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ mkdir third_party_sources ||:
22
cd third_party_sources
33
git clone --branch v1.3 https://github.com/madler/zlib.git
44

5-
wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz
6-
tar zxvf boost_1_84_0.tar.gz
7-
mv boost_1_84_0 boost
8-
rm boost_1_84_0.tar.gz
5+
wget https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.gz
6+
tar zxvf boost_1_85_0.tar.gz
7+
mv boost_1_85_0 boost
8+
rm boost_1_85_0.tar.gz
99

1010
# In Ubuntu you might have to install some additional packages
1111
# - liblz4-dev

0 commit comments

Comments
 (0)