Groonga 3.0.9

Closes Homebrew/homebrew#23690.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
HAYASHI Kentaro 2013-10-28 17:25:59 +09:00 committed by Adam Vandenberg
parent e7e2c50429
commit bdf76ebda8

View file

@ -2,8 +2,8 @@ require 'formula'
class Groonga < Formula
homepage 'http://groonga.org/'
url 'http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz'
sha1 '00f226d6c85d21a71107b398322bf86389db9432'
url 'http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz'
sha1 '18d3031df30aff2c21aea45ad994247ae8314d0f'
depends_on 'pkg-config' => :build
depends_on 'pcre'