hydra: add 8.0 bottle.
Closes Homebrew/homebrew#31048. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
680d3cdf9d
commit
fe1c39f5d7
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Hydra < Formula
|
|||
url 'http://www.thc.org/releases/hydra-8.0.tar.gz'
|
||||
sha1 'd1a705985846caf77c291461f391a43457cc76e5'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "b36a930ea26de765fe8b7f5c7b9b7a81006f291a" => :mavericks
|
||||
sha1 "005cc151ced33f728bef85ef09d437e9482d02e9" => :mountain_lion
|
||||
sha1 "0a44df2fc931a367d41d3c2147802359a9d997f7" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
bin.mkpath
|
||||
|
|
Loading…
Reference in a new issue