aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2011-11-26 08:26:31 -0500
committerJack Nagel2011-11-26 09:16:12 -0600
commitd10d3cb393187ba5fd6031eccd7d7e09ab49a283 (patch)
treecd174a163cda007c2cd4c8aed58f8af177c425bf /Library/Formula
parentc8e190fba1a75ce3652a871404c7c12f9c33c498 (diff)
downloadhomebrew-d10d3cb393187ba5fd6031eccd7d7e09ab49a283.tar.bz2
redis 2.4.3
Closes #8802. Signed-off-by: Jack Nagel <jacknagel@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 fcf2adb11..f762d8b50 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.2.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.4.3.tar.gz'
head 'https://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- md5 'c4b0b5e4953a11a503cb54cf6b09670e'
+ md5 '2511481019d1ba5ae18dea30ea77abb8'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334