hydra-cli: add 1.0 bottle.
Closes Homebrew/homebrew#31031. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f843d5a450
commit
a57cf5dec1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue