aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPedro Melo2011-12-23 17:41:35 +0000
committerCharlie Sharpsteen2011-12-23 10:26:47 -0800
commit231ec5f22bf278693f81c4f5cd78391aaa5bbb62 (patch)
tree7be22de6bda846802b2e36bf425271e590b8966d /Library
parent72196346a627a60fc66bc054d7c6af499336890b (diff)
downloadhomebrew-231ec5f22bf278693f81c4f5cd78391aaa5bbb62.tar.bz2
Redis: Update to 2.4.5
Closes #9257. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-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 4f3e05ce2..5f0c5f941 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.4.4.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.4.5.tar.gz'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
homepage 'http://redis.io/'
- md5 '8aec2c38b7d70956688cbfe3a99495fa'
+ md5 'babeb1a1d05281b5e00ca0a519cfc3f9'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334