aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorJacqueline Cox2012-01-11 19:16:57 -0500
committerAdam Vandenberg2012-01-11 19:07:02 -0800
commit7b3ed3f6bb5f019960c154cbbc347af154d363a4 (patch)
treeb90540dc512ffee1e2a05a8ae0f51178d69ecb88 /Library/Formula/redis.rb
parentf05db25a8e056e21142df07d4d7fe34e028ab0b1 (diff)
downloadhomebrew-7b3ed3f6bb5f019960c154cbbc347af154d363a4.tar.bz2
redis 2.4.6
Closes #9546. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
-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 5f0c5f941..598ccb662 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.5.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.4.6.tar.gz'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
homepage 'http://redis.io/'
- md5 'babeb1a1d05281b5e00ca0a519cfc3f9'
+ md5 '41d394074bcde762872ecb5506f35aee'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334