Skip to content

Instantly share code, notes, and snippets.

@sars
sars / readme.txt
Last active January 26, 2024 08:55
Sphinx 2.1.9 brew formula. Install via "brew install RAW_URL"
* Install sphinx 2.1.9 (latest 2.1 stable version) with brew:
brew install https://gist.githubusercontent.com/veilleperso/dc13a6a4186a4ec32a57/raw/sphinx.rb
* To prevent automatic upgrade:
brew pin sphinx
* To upgrade again:
brew unpin sphinx
@sars
sars / sphinx20.rb
Last active December 10, 2017 23:02 — forked from pixeltrix/sphinx20.rb
Homebrew formula for sphinx 2.0.9
require 'formula'
class Sphinx20 < Formula
homepage 'http://www.sphinxsearch.com'
url 'http://sphinxsearch.com/files/sphinx-2.0.9-release.tar.gz'
sha256 'c4fb5d7951bc0831e46f102d17b5f32bbde11434ce3b00b20531dfe9e646869d'
head 'http://sphinxsearch.googlecode.com/svn/trunk/'
devel do