aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 15:41:51 +0100
committerBrewTestBot2014-10-22 15:41:51 +0100
commit07d17b49d240aad9f21a793456a104feb17182a8 (patch)
tree3edebe2f53ac3056083274c78b24fb9cd5da419d /Library/Formula
parentb8c45f64345da4e6bac2b3940520220ad04ca35b (diff)
downloadhomebrew-07d17b49d240aad9f21a793456a104feb17182a8.tar.bz2
boost-build: add 1.55.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost-build.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb
index eb6164fe8..63e37dc60 100644
--- a/Library/Formula/boost-build.rb
+++ b/Library/Formula/boost-build.rb
@@ -7,6 +7,13 @@ class BoostBuild < Formula
head 'https://github.com/boostorg/build.git'
+ bottle do
+ cellar :any
+ sha1 "b2d64e89dff33d0ddf55c30cb2bca1f015ac1d7a" => :yosemite
+ sha1 "15905ff6a6324951e1b0d63761b8d1a4dac00861" => :mavericks
+ sha1 "bb2094e4f4747dded749ddbb7d697cd7f9174740" => :mountain_lion
+ end
+
def install
if build.head?
system "./bootstrap.sh"