groonga 1.2.9

Closes Homebrew/homebrew#9317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Yoji SHIDARA 2011-12-29 11:31:05 +09:00 committed by Jack Nagel
parent 22bc6f7e27
commit b70c3bd2d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Groonga < Formula
url 'http://packages.groonga.org/source/groonga/groonga-1.2.8.tar.gz'
url 'http://packages.groonga.org/source/groonga/groonga-1.2.9.tar.gz'
homepage 'http://groonga.org/'
md5 'a319b1f3a55cbf250ef5255f5c51ff46'
md5 '47117baa401a3db08362e00f94fced12'
def install
system "./configure", "--prefix=#{prefix}", "--with-zlib"