groonga 1.2.6

Closes Homebrew/homebrew#7871.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Ryunosuke SATO 2011-09-29 01:46:51 +09:00 committed by Jack Nagel
parent c132a0bfad
commit a79e98bb42

View file

@ -1,9 +1,9 @@
require 'formula'
class Groonga < Formula
url 'http://packages.groonga.org/source/groonga/groonga-1.2.4.tar.gz'
url 'http://packages.groonga.org/source/groonga/groonga-1.2.6.tar.gz'
homepage 'http://groonga.org/'
md5 '58faebee3055f849e01be953eb4a6b7f'
md5 '21bc2f043304837717d3aacdf4118c7a'
def install
system "./configure", "--prefix=#{prefix}", "--with-zlib"