sphinx 2.0.1-beta
Though labelled beta, this is considered as stable as the previous 0.9.9 release. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e6cf4e0bb3
commit
002e2df388
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Sphinx < Formula
|
||||
url 'http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz'
|
||||
url 'http://sphinxsearch.com/files/sphinx-2.0.1-beta.tar.gz'
|
||||
homepage 'http://www.sphinxsearch.com'
|
||||
md5 '7b9b618cb9b378f949bb1b91ddcc4f54'
|
||||
md5 '95c217d81d0b7a4ff73d5297318c3481'
|
||||
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)"
|
||||
|
|
Loading…
Reference in a new issue