From bad8fdf762cf26a0d44b963fb67f1c6fd4cbaabc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 24 Dec 2019 00:12:46 +0800 Subject: [PATCH] make-dist: package boost v1.72 instead of v1.67 to be consistent with the version used by "make check" Signed-off-by: Kefu Chai --- make-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-dist b/make-dist index a84827f4b4a1..d3ae89f31804 100755 --- a/make-dist +++ b/make-dist @@ -148,8 +148,8 @@ ln -s . $outfile tar cvf $outfile.version.tar $outfile/src/.git_version $outfile/ceph.spec $outfile/alpine/APKBUILD # NOTE: If you change this version number make sure the package is available # at the three URLs referenced below (may involve uploading to download.ceph.com) -boost_version=1.67.0 -download_boost $boost_version 2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba \ +boost_version=1.72.0 +download_boost $boost_version 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 \ https://dl.bintray.com/boostorg/release/$boost_version/source \ https://downloads.sourceforge.net/project/boost/boost/$boost_version \ https://download.ceph.com/qa -- 2.47.3