groonga 6.0.0
* Force to enable groonga-https ssl feature by default. Closes Homebrew/homebrew#49688. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
f6061801a2
commit
599787f082
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Groonga < Formula
|
||||
desc "Fulltext search engine and column store"
|
||||
homepage "http://groonga.org/"
|
||||
url "http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz"
|
||||
sha256 "f39553c799e05b2926f4a38eaa183347c6d27fb1c55577eed555a4dc4cd9a9c4"
|
||||
url "http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz"
|
||||
sha256 "a14c93240dcf749eb583087988703b72dada4a06ab3f6f2e985a3fe3828b4f6c"
|
||||
|
||||
bottle do
|
||||
sha256 "2666fd66030fd63670bae4f38e69ac0c12ec6bcbd1427ff6601aa3b467198b31" => :el_capitan
|
||||
|
@ -49,6 +49,7 @@ class Groonga < Formula
|
|||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
--with-zlib
|
||||
--with-ssl
|
||||
--enable-mruby
|
||||
--without-libstemmer
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue