diff options
| author | BrewTestBot | 2014-12-22 00:48:32 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 00:29:25 -0500 |
| commit | c21ee72e4123c25db6395183475f9003f8a1a1f1 (patch) | |
| tree | 62b267dfda1b4ad6a8f24477ad29b7604e9931bf | |
| parent | fa5839f4afc6dca940fc251ce58d38d364dc050a (diff) | |
| download | homebrew-c21ee72e4123c25db6395183475f9003f8a1a1f1.tar.bz2 | |
f3: add 3.0 bottle.
| -rw-r--r-- | Library/Formula/f3.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/f3.rb b/Library/Formula/f3.rb index 388917272..6e47f64c9 100644 --- a/Library/Formula/f3.rb +++ b/Library/Formula/f3.rb @@ -7,6 +7,13 @@ class F3 < Formula head "https://github.com/AltraMayor/f3.git" + bottle do + cellar :any + sha1 "939ab204d6e1ff0be2c487fd6cce4ba5bcad66f7" => :yosemite + sha1 "6ae3660786be6daa0641bbaaae7b7e66fc5f5886" => :mavericks + sha1 "f83fb9c34469ea937f51874a70f3ec94d48980db" => :mountain_lion + end + def install system "make", "mac" bin.install "f3read", "f3write" |
