groonga 2.0.9
Closes Homebrew/homebrew#16300. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
26153d98e3
commit
1d0bd94a7f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Groonga < Formula
|
||||
homepage 'http://groonga.org/'
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-2.0.8.tar.gz'
|
||||
sha1 'c94ccae0bef7d36049f78f4f0d7f45d37a4f0578'
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz'
|
||||
sha1 'd8b9964016beb7be3311567f8243ace7a53ea21b'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'pcre'
|
||||
|
|
Loading…
Reference in a new issue