aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJannis Leidel2011-11-28 12:29:29 +0100
committerAdam Vandenberg2011-11-28 07:03:30 -0800
commit2a8b4833bd1c49e2a03dfb27e99d6faddc9c6417 (patch)
tree6f3899c8f6c000574f1b345f028642020666cec1 /Library
parentc9a680ba790e5b97cc750ae799f6cdc52f39a916 (diff)
downloadhomebrew-2a8b4833bd1c49e2a03dfb27e99d6faddc9c6417.tar.bz2
redis 2.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 52289e983..4f3e05ce2 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.3.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.4.4.tar.gz'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
homepage 'http://redis.io/'
- md5 '2511481019d1ba5ae18dea30ea77abb8'
+ md5 '8aec2c38b7d70956688cbfe3a99495fa'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334