groonga 3.0.1

Closes Homebrew/homebrew#18125.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yoji SHIDARA 2013-02-28 11:01:02 +09:00 committed by Adam Vandenberg
parent 2791ad5179
commit c4f2115039

View file

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