groonga 2.0.8

Closes Homebrew/homebrew#15730.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Yoji SHIDARA 2012-10-29 12:23:13 +09:00 committed by Adam Vandenberg
parent 245944ce7f
commit 2f0a35c695
1 changed files with 2 additions and 2 deletions

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.7.tar.gz'
sha1 '2bb69695d7a147cad00d1f6c7deebe81f277a99c'
url 'http://packages.groonga.org/source/groonga/groonga-2.0.8.tar.gz'
sha1 'c94ccae0bef7d36049f78f4f0d7f45d37a4f0578'
depends_on 'pkg-config' => :build
depends_on 'pcre'