groonga 1.2.7

Closes Homebrew/homebrew#8402.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
SHIDARA Yoji 2011-11-01 18:28:34 +09:00 committed by Jack Nagel
parent 4d1c4dcde8
commit f723024b8b
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.6.tar.gz'
url 'http://packages.groonga.org/source/groonga/groonga-1.2.7.tar.gz'
homepage 'http://groonga.org/'
md5 '21bc2f043304837717d3aacdf4118c7a'
md5 'ef83d94b8e602507b068f3f6d5cf8e92'
def install
system "./configure", "--prefix=#{prefix}", "--with-zlib"