grooga 2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
488cf8f1e1
commit
c47cb57bce
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Groonga < Formula
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-1.3.0.tar.gz'
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-2.0.0.tar.gz'
|
||||
homepage 'http://groonga.org/'
|
||||
md5 'd8b3ada75185b59665131e4eee30d107'
|
||||
md5 '09e6a34db15cf42b6a3aff07e0f841ff'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--with-zlib"
|
||||
|
|
Loading…
Reference in a new issue