aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/fon-flash-cli.rb7
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"