aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-25 22:44:28 +0000
committerMike McQuaid2015-01-27 08:19:22 +0000
commit294048f3a0555488090de15abb657034d037e761 (patch)
tree0dd71ddff9c984e345f4c112125b5fa93130739b
parentfc3bb9dc1d9878c2b3d3819a5f430700c5bcc423 (diff)
downloadhomebrew-294048f3a0555488090de15abb657034d037e761.tar.bz2
bvi: add 1.4.0 bottle.
-rw-r--r--Library/Formula/bvi.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bvi.rb b/Library/Formula/bvi.rb
index b51b3a68a..ca4bf7bb9 100644
--- a/Library/Formula/bvi.rb
+++ b/Library/Formula/bvi.rb
@@ -3,6 +3,12 @@ class Bvi < Formula
url "https://downloads.sourceforge.net/bvi/bvi-1.4.0.src.tar.gz"
sha1 "7b3c0760f0779dba920e08eafcf2fe23a09d70da"
+ bottle do
+ sha1 "d14b7c6362ffe938f1fd500334a06cc69389c465" => :yosemite
+ sha1 "2f84d8f0bf10abe0200ce7e238c0241adbc7af77" => :mavericks
+ sha1 "02b757f6d6e79ccd19fec3fdb34a7335440b291f" => :mountain_lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make", "install"