groonga 2.0.9

Closes Homebrew/homebrew#16300.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yoji SHIDARA 2012-11-29 12:09:22 +09:00 committed by Adam Vandenberg
parent 26153d98e3
commit 1d0bd94a7f

View file

@ -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'