groonga 9.0.1
Closes #38632. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0be73a1ac6
commit
43b9e10774
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Groonga < Formula
|
||||
desc "Fulltext search engine and column store"
|
||||
homepage "http://groonga.org/"
|
||||
url "https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz"
|
||||
sha256 "c5d592e74a4f27fafdf636cf7fd7124a04b7b055cdb79d593b694c0ecd2686e7"
|
||||
url "https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz"
|
||||
sha256 "f1b14f0fd62ca7da550c11e164edcbcac7d83de75474cc4d3a6574adf2733507"
|
||||
|
||||
bottle do
|
||||
sha256 "0752b27e2bfe8d0e5d4da4f4133cc7260f3b2e80891b92c00d8b548ac86dd139" => :mojave
|
||||
|
@ -29,8 +29,8 @@ class Groonga < Formula
|
|||
link_overwrite "lib/pkgconfig/groonga-normalizer-mysql.pc"
|
||||
|
||||
resource "groonga-normalizer-mysql" do
|
||||
url "https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.3.tar.gz"
|
||||
sha256 "e4534c725de244f5da72b2b05ddcbf1cfb4e56e71ac40f01acae817adf90d72c"
|
||||
url "https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.4.tar.gz"
|
||||
sha256 "084a74742ba7cf396c617354fa58d691b0c22e1c5d1ddfc3722123d7161fcd96"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue