diff options
| author | Aric Coady | 2014-07-17 09:12:47 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-18 16:04:32 -0500 | 
| commit | 36268392f0ece569123381f2801a671089c249bf (patch) | |
| tree | 11097a1de90d5dcf043f15d727ce2982f2a60f41 | |
| parent | 511642c109d8dd8b3c32e21404015b097ce00040 (diff) | |
| download | homebrew-36268392f0ece569123381f2801a671089c249bf.tar.bz2 | |
pylucene 4.9.0
Closes #30921.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pylucene.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/pylucene.rb b/Library/Formula/pylucene.rb index 6b64955ab..4d8bcb19d 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.8.0-1-src.tar.gz" -  sha1 "81ef976ba9c3237ff794b7cbff6d37413a5376bf" +  url "http://www.apache.org/dyn/closer.cgi?path=lucene/pylucene/pylucene-4.9.0-0-src.tar.gz" +  sha1 "859613e405d266eaadc2f045e9200bc2d8765eb8"    option "with-shared", "build jcc as a shared library" | 
