diff --git a/Formula/boost-mpi.rb b/Formula/boost-mpi.rb index 2e40bacc25..2f3b2d8d87 100644 --- a/Formula/boost-mpi.rb +++ b/Formula/boost-mpi.rb @@ -1,8 +1,8 @@ class BoostMpi < Formula desc "C++ library for C++/MPI interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2" - sha256 "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7" + url "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2" + sha256 "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406" head "https://github.com/boostorg/boost.git" bottle do @@ -20,7 +20,7 @@ class BoostMpi < Formula "--libdir=#{lib}", "-d2", "-j#{ENV.make_jobs}", - "--layout=tagged", + "--layout=tagged-1.66", "--user-config=user-config.jam", "threading=multi,single", "link=shared,static"]