groonga 3.0.4

Closes Homebrew/homebrew#20123.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yoji SHIDARA 2013-05-29 10:04:10 +09:00 committed by Adam Vandenberg
parent 95279977f0
commit 1b037d23f7

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.3.tar.gz'
sha1 '53b3427082769bac1230f290fef1c87c8f442d35'
url 'http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz'
sha1 '51cce18d6e254629288eb83616074ffb0ec6243d'
depends_on 'pkg-config' => :build
depends_on 'pcre'