aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gvp.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-14 23:33:04 +0000
committerMike McQuaid2014-03-17 10:28:25 +0000
commit5094df164ce2a6eb72bb810171d8770d23ab70c8 (patch)
tree14007a5caec8168d918502d4bbdc38df2c613b5c /Library/Formula/gvp.rb
parentbadce0eec512d35d2124a501de0170e1855b8c72 (diff)
downloadhomebrew-5094df164ce2a6eb72bb810171d8770d23ab70c8.tar.bz2
gvp: add 0.0.2 bottle.
Closes #27568. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/gvp.rb')
-rw-r--r--Library/Formula/gvp.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gvp.rb b/Library/Formula/gvp.rb
index 9ef938cf5..4e46070f4 100644
--- a/Library/Formula/gvp.rb
+++ b/Library/Formula/gvp.rb
@@ -5,6 +5,13 @@ class Gvp < Formula
url "https://github.com/pote/gvp/archive/v0.0.2.tar.gz"
sha1 "28cbdea4c579ae4119bfd0fa451f03cb0572b43b"
+ bottle do
+ cellar :any
+ sha1 "455e8325565c0f6ebedfba821081b2e15b4446c1" => :mavericks
+ sha1 "ccf547cf67919c8d47e8698ae3464331cc082efb" => :mountain_lion
+ sha1 "98d111ddf331bcfe7ba61675283e01f7a43cfc61" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"