diff options
| author | Konstantin Shabanov | 2011-06-04 17:56:25 +0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-04 08:37:16 -0700 | 
| commit | fb507121b73817f2528cf5dabe21b21ae057603a (patch) | |
| tree | bfa08efe5528637dc4f40835179908bcdf4b2c2d | |
| parent | 74499a7fb2f8d8f85975aed02efb0b4b223cfc4d (diff) | |
| download | homebrew-fb507121b73817f2528cf5dabe21b21ae057603a.tar.bz2 | |
Revert "sphinx 2.0.1-beta"
Revert because of this version is broken on OS X
This reverts commit 502e3312d08ddb12070c675d28cb0a23c3bf3c4c.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/sphinx.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index bd98c70b7..1f4bda74d 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -1,9 +1,9 @@  require 'formula'  class Sphinx < Formula -  url 'http://sphinxsearch.com/files/sphinx-2.0.1-beta.tar.gz' +  url 'http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz'    homepage 'http://www.sphinxsearch.com' -  md5 '95c217d81d0b7a4ff73d5297318c3481' +  md5 '7b9b618cb9b378f949bb1b91ddcc4f54'    head 'http://sphinxsearch.googlecode.com/svn/trunk/'    fails_with_llvm "fails with: ld: rel32 out of range in _GetPrivateProfileString from /usr/lib/libodbc.a(SQLGetPrivateProfileString.o)"  | 
