diff options
| author | BrewTestBot | 2015-04-23 17:52:40 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-23 21:41:14 +0100 | 
| commit | 4dc2ecdeae9debe4734616279449f8c360e51247 (patch) | |
| tree | f924c51138f19c419b30c2d8171a5701cd72a888 | |
| parent | e07faf4110dfcdd3dcaedd08acfaf63f6a726f54 (diff) | |
| download | homebrew-4dc2ecdeae9debe4734616279449f8c360e51247.tar.bz2 | |
fon-flash-cli: add 1.7.1 bottle.
| -rw-r--r-- | Library/Formula/fon-flash-cli.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fon-flash-cli.rb b/Library/Formula/fon-flash-cli.rb index 9e9dd0e9d..ec7b2866c 100644 --- a/Library/Formula/fon-flash-cli.rb +++ b/Library/Formula/fon-flash-cli.rb @@ -6,6 +6,13 @@ class FonFlashCli < Formula    head "https://github.com/ericpaulbishop/gargoyle.git" +  bottle do +    cellar :any +    sha256 "da43411ae884484498b86415082f8da9dc40dddfd452298819654fcbfd87850c" => :yosemite +    sha256 "50429372e53a79b20a90d371f096be96ab3ef8d3887af9e546d50473683e26ca" => :mavericks +    sha256 "796d8314d21033b410f2ad366bc0cbae5c1ef69b86a16bb4cf2b9e096b182f3d" => :mountain_lion +  end +    def install      cd "fon-flash" do        system "make", "fon-flash"  | 
