redis 2.2.11

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Andrew Nesbitt 2011-06-25 09:19:36 +01:00 committed by Adam Vandenberg
parent 88c5f70a90
commit 9150d4c07d

View file

@ -1,10 +1,10 @@
require 'formula' require 'formula'
class Redis < Formula class Redis < Formula
url 'http://redis.googlecode.com/files/redis-2.2.10.tar.gz' url 'http://redis.googlecode.com/files/redis-2.2.11.tar.gz'
head 'https://github.com/antirez/redis.git' head 'https://github.com/antirez/redis.git'
homepage 'http://redis.io/' homepage 'http://redis.io/'
md5 '5b08ea64334b7a59df2c25ad7e42de7e' md5 '5501c90ca02ae7ea93c34f067b3e0619'
fails_with_llvm "Fails with \"reference out of range from _linenoise\"" fails_with_llvm "Fails with \"reference out of range from _linenoise\""