sphinx 2.2.11
Closes #3366. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
587edde5e1
commit
953cb02ee8
1 changed files with 8 additions and 12 deletions
|
@ -1,18 +1,10 @@
|
|||
class Sphinx < Formula
|
||||
desc "Sphinx is a full-text search engine"
|
||||
desc "Full-text search engine"
|
||||
homepage "http://www.sphinxsearch.com"
|
||||
url "http://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz"
|
||||
sha256 "6662039f093314f896950519fa781bc87610f926f64b3d349229002f06ac41a9"
|
||||
|
||||
stable do
|
||||
url "http://sphinxsearch.com/files/sphinx-2.2.10-release.tar.gz"
|
||||
sha256 '054cb86e64bd48997d89386e1224d4405063d9857b2d7c33dc6cc1b9ef6df440'
|
||||
end
|
||||
|
||||
devel do
|
||||
url "http://sphinxsearch.com/files/sphinx-2.3.1-beta.tar.gz"
|
||||
sha256 "0e5ebee66fe5b83dd8cbdebffd236dcd7cd33a7633c2e30b23330c65c61ee0e3"
|
||||
end
|
||||
|
||||
head "http://sphinxsearch.googlecode.com/svn/trunk/"
|
||||
head "https://github.com/sphinxsearch/sphinx.git"
|
||||
|
||||
bottle do
|
||||
sha256 "becbeff5c3c56ff65a66ce321dbe19673be86bc2466b560f3be651c81a1166ed" => :el_capitan
|
||||
|
@ -100,4 +92,8 @@ class Sphinx < Formula
|
|||
we don't know which datasource you intend to use.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system bin/"searchd", "--help"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue