From 6ea18c3ef056ff8b863a56f8ec4940b7b320f351 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 22 Jul 2014 14:10:13 +0100 Subject: hydra-cli: add 1.0 bottle. Closes #31031. Signed-off-by: Mike McQuaid --- Library/Formula/hydra-cli.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/hydra-cli.rb b/Library/Formula/hydra-cli.rb index eba18be45..a285e7e7c 100644 --- a/Library/Formula/hydra-cli.rb +++ b/Library/Formula/hydra-cli.rb @@ -6,6 +6,13 @@ class HydraCli < Formula sha1 '15906ca4255839844635f26eab83843f0426b5f9' head 'https://github.com/sdegutis/hydra-cli.git' + bottle do + cellar :any + sha1 "5b23c9395fb73f77463922c2021350bbca8dd2e1" => :mavericks + sha1 "7f645a2a45f2b9cb578e8c117281708b3cfdf83f" => :mountain_lion + sha1 "0153b1fce7c2ea3e1726320d53fe2fccea574ef4" => :lion + end + def install system "make", "install", "PREFIX=#{prefix}" end -- cgit v1.2.3