aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrew Nesbitt2011-06-25 09:19:36 +0100
committerAdam Vandenberg2011-06-25 09:27:46 -0700
commit3015dec22f10164c57a338a0e733cb74b6b374aa (patch)
treeaa1c27349deee1101a52b67bf17e9e998c118776 /Library/Formula
parenta63aca90329047bafd884e7d1fd04a75735b3860 (diff)
downloadhomebrew-3015dec22f10164c57a338a0e733cb74b6b374aa.tar.bz2
redis 2.2.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 177f15d74..6e0b50e74 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -1,10 +1,10 @@
require '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'
homepage 'http://redis.io/'
- md5 '5b08ea64334b7a59df2c25ad7e42de7e'
+ md5 '5501c90ca02ae7ea93c34f067b3e0619'
fails_with_llvm "Fails with \"reference out of range from _linenoise\""