diff options
| author | BrewTestBot | 2014-12-06 18:07:33 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-06 13:17:33 -0500 | 
| commit | fa6e9006738d460aebe7388b34b50751b939a19a (patch) | |
| tree | e0083e3cd6367caf882b9cb0f662c2c83aa30263 /Library/Formula/bazaar.rb | |
| parent | 5cde67f57e48f71920e491eeed3f15f6fe5a238b (diff) | |
| download | homebrew-fa6e9006738d460aebe7388b34b50751b939a19a.tar.bz2 | |
bazaar: add 2.6.0 bottle.
Diffstat (limited to 'Library/Formula/bazaar.rb')
| -rw-r--r-- | Library/Formula/bazaar.rb | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index 52f3f8ff5..5be261178 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -4,6 +4,14 @@ class Bazaar < Formula    homepage 'http://bazaar.canonical.com/'    url 'https://launchpad.net/bzr/2.6/2.6.0/+download/bzr-2.6.0.tar.gz'    sha1 '5eb4d0367c6d83396250165da5bb2c8a9f378293' + +  bottle do +    cellar :any +    sha1 "13eb87ddde4c81d02a54ba014712fa5d152b3f3c" => :yosemite +    sha1 "79a3661c5a85e6041cbabb12fb237263dee1eaa9" => :mavericks +    sha1 "d13db375fa4c2edf0119ffefbb995e4da59c7681" => :mountain_lion +  end +    def install      ENV.j1 # Builds aren't parallel-safe  | 
