redis: remove --devel

Closes Homebrew/homebrew#15630.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Tobias Schwab 2012-10-24 01:16:42 +02:00 committed by Adam Vandenberg
parent dcd85e4925
commit 9481dfe2f7

View file

@ -7,11 +7,6 @@ class Redis < Formula
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
devel do
url 'http://redis.googlecode.com/files/redis-2.6.0-rc8.tar.gz'
sha1 '16309df54d1eb6e372c2b17ae2e48904cb0c4fca'
end
fails_with :llvm do
build 2334
cause 'Fails with "reference out of range from _linenoise"'