hydra-cli: add 1.0 bottle.

Closes Homebrew/homebrew#31031.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-07-22 14:10:13 +01:00 committed by Mike McQuaid
parent f843d5a450
commit a57cf5dec1

View file

@ -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