diff options
| author | BrewTestBot | 2015-02-05 15:08:51 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-05 15:16:16 +0000 | 
| commit | 2371244d8f88c138b72a5a674a04a405380e2524 (patch) | |
| tree | 425e9c120b6249d998fa8f881f9c3534bfe2249c | |
| parent | 180bc0fcb5d02ac3ef8930394a6306f8ba9e9135 (diff) | |
| download | homebrew-2371244d8f88c138b72a5a674a04a405380e2524.tar.bz2 | |
blazeblogger: add 1.2.0 bottle.
| -rw-r--r-- | Library/Formula/blazeblogger.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/blazeblogger.rb b/Library/Formula/blazeblogger.rb index 2644bd939..60be10aca 100644 --- a/Library/Formula/blazeblogger.rb +++ b/Library/Formula/blazeblogger.rb @@ -3,6 +3,13 @@ class Blazeblogger < Formula    url "https://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz"    sha1 "280894fca6594d0c0df925aa0a16b9116ee19f17" +  bottle do +    cellar :any +    sha1 "2576ceff864dd2059bcd73af26f735725dd7274c" => :yosemite +    sha1 "068b94d384d5820938c4561df7357ae116bf23c4" => :mavericks +    sha1 "da491de4ea179354dcb8345b244d36fec30c0c6a" => :mountain_lion +  end +    def install      # https://code.google.com/p/blazeblogger/issues/detail?id=51      ENV.deparallelize | 
