Skip to content

Commit

Permalink
boost: add 1.81.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 31, 2023
1 parent d7537bd commit d33d5d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/boost.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Boost < Formula
desc "Collection of portable C++ source libraries"
homepage "https://www.boost.org/"
url "https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.bz2"
sha256 "1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0"
url "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2"
sha256 "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
license "BSL-1.0"
head "https://github.com/boostorg/boost.git", branch: "master"

Expand All @@ -16,8 +16,7 @@ class Boost < Formula

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/boost"
rebuild 1
sha256 cellar: :any_skip_relocation, mojave: "e9efba75fe5e09ea284ff1a4b71a21ee29c1f9225601844e29fa8d9fa3d668d0"
sha256 cellar: :any, mojave: "de544533c927114ba6e4b823f6f41dff926db59483e36d9fd181039824add377"
end

depends_on "icu4c"
Expand Down

0 comments on commit d33d5d0

Please sign in to comment.