diff options
| author | Aric Coady | 2014-10-07 15:52:00 -0700 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-07 21:56:43 -0700 | 
| commit | 799934a1a00acc08fac3be87f784daaf39c377b4 (patch) | |
| tree | efc7a1d737ae67148897a8543a8df04d18d2542c | |
| parent | 0049b1aa77863f8cd5eb60b444517db1eab2f765 (diff) | |
| download | homebrew-799934a1a00acc08fac3be87f784daaf39c377b4.tar.bz2 | |
pylucene 4.10.1
Closes #33010.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/pylucene.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/pylucene.rb b/Library/Formula/pylucene.rb index 197faee0a..44f303440 100644 --- a/Library/Formula/pylucene.rb +++ b/Library/Formula/pylucene.rb @@ -2,8 +2,8 @@ require "formula"  class Pylucene < Formula    homepage "http://lucene.apache.org/pylucene/index.html" -  url "http://www.apache.org/dyn/closer.cgi?path=lucene/pylucene/pylucene-4.9.0-0-src.tar.gz" -  sha1 "859613e405d266eaadc2f045e9200bc2d8765eb8" +  url "http://www.apache.org/dyn/closer.cgi?path=lucene/pylucene/pylucene-4.10.1-1-src.tar.gz" +  sha1 "650709590f4443ed711f100cc6e4f6850245899b"    option "with-shared", "build jcc as a shared library" @@ -24,7 +24,7 @@ class Pylucene < Formula      end      cd "jcc" do -      system "python", "setup.py", "install", "--prefix=#{prefix}" +      system "python", "setup.py", "install", "--prefix=#{prefix}", "--single-version-externally-managed", "--record=install.txt"      end      ENV.deparallelize  # the jars must be built serially      system "make", "all", "install", opt, jcc, "ANT=ant", "PYTHON=python", "NUM_FILES=8" | 
