From 5094df164ce2a6eb72bb810171d8770d23ab70c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 14 Mar 2014 23:33:04 +0000 Subject: gvp: add 0.0.2 bottle. Closes #27568. Signed-off-by: Mike McQuaid --- Library/Formula/gvp.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') 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" -- cgit v1.2.3