From d5fffaefc7e6093ac8e6a370825b13dcfbaeea7c Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Mon, 9 Jan 2012 21:22:30 +0000 Subject: couchdb-lucene 0.8.0 Also re-enabled tests Signed-off-by: Adam Vandenberg --- Library/Formula/couchdb-lucene.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index 8747dadc6..9a0fc97df 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -1,18 +1,15 @@ require 'formula' class CouchdbLucene < Formula - url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.6.0' + url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.8.0' homepage 'https://github.com/rnewson/couchdb-lucene' - md5 'b55610d4c054987a5c69183585a31d8b' + md5 '3d4d321881188247b80847429f514639' depends_on 'couchdb' depends_on 'maven' def install - # Skipping tests because the integration test assumes that couchdb-lucene - # has been integrated with a local couchdb instance. Not sure if there's a - # way to only disable the integration test. - system "mvn", "-DskipTests=true" + system "mvn" system "tar -xzf target/couchdb-lucene-#{version}-dist.tar.gz" system "mv couchdb-lucene-#{version}/* #{prefix}" -- cgit v1.2.3