groonga 3.0.1
Closes Homebrew/homebrew#18125. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2791ad5179
commit
c4f2115039
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Groonga < Formula
|
class Groonga < Formula
|
||||||
homepage 'http://groonga.org/'
|
homepage 'http://groonga.org/'
|
||||||
url 'http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz'
|
url 'http://packages.groonga.org/source/groonga/groonga-3.0.1.tar.gz'
|
||||||
sha1 'facdc65f5830ce973e926b477fef66509b38ff75'
|
sha1 '50e17168e094f4ab5d1aab0c835451e437929544'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'pcre'
|
depends_on 'pcre'
|
||||||
|
|
Loading…
Reference in a new issue