diff options
| author | Kieren Eaton | 2014-09-16 17:24:26 +0800 |
|---|---|---|
| committer | Jack Nagel | 2014-09-16 22:05:22 -0500 |
| commit | 036480dbfabdc4387b740ec341da3b58454a5513 (patch) | |
| tree | bf8db5cdfd4ec3db18bc37e4dd56dc914ff94a8f /Library/Formula | |
| parent | 514b8406dc2e34bf8071ff6a707eafa54bff2674 (diff) | |
| download | homebrew-036480dbfabdc4387b740ec341da3b58454a5513.tar.bz2 | |
Sphinx 2.2.4
Closes #32331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sphinx.rb | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 82dada0a1..a6b238124 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -2,8 +2,8 @@ require 'formula' class Sphinx < Formula homepage 'http://www.sphinxsearch.com' - url 'http://sphinxsearch.com/files/sphinx-2.1.9-release.tar.gz' - sha1 '2ddd945eb0a7de532a7aaed2e933ac05b978cff2' + url 'http://sphinxsearch.com/files/sphinx-2.2.4-release.tar.gz' + sha1 'd89f2188f7d47cd8468708b15cc55f5d457009e0' head 'http://sphinxsearch.googlecode.com/svn/trunk/' @@ -14,11 +14,6 @@ class Sphinx < Formula sha1 "8c6351384d69e982527b71ca6162cc8fd680c2ec" => :lion end - devel do - url 'http://sphinxsearch.com/files/sphinx-2.2.3-beta.tar.gz' - sha1 'ef78cebeae32a0582df504d74d6dd2ded81b73d9' - end - option 'mysql', 'Force compiling against MySQL' option 'pgsql', 'Force compiling against PostgreSQL' option 'id64', 'Force compiling with 64-bit ID support' @@ -46,11 +41,6 @@ class Sphinx < Formula def install (buildpath/'libstemmer_c').install resource('stemmer') - # libstemmer changed the name of the non-UTF8 Hungarian source files, - # but the released version of sphinx still refers to it under the old name. - inreplace "libstemmer_c/Makefile.in", - "stem_ISO_8859_1_hungarian", "stem_ISO_8859_2_hungarian" - args = %W[--prefix=#{prefix} --disable-dependency-tracking --localstatedir=#{var} |
