aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorVladimir Andrijevik2011-04-26 18:40:40 +0200
committerAdam Vandenberg2011-04-26 13:14:16 -0700
commitcf9f18393e74b07fff21d297fa5f7b1e6e379b0c (patch)
tree16464da83f06d4207c56a4feff1887018130d633 /Library/Formula/redis.rb
parent0e16b9dcd22fc80cd2fbd6d7f0c8023e11e107b3 (diff)
downloadhomebrew-cf9f18393e74b07fff21d297fa5f7b1e6e379b0c.tar.bz2
redis 2.2.5
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 cf388f2c0..9f89d1166 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.4.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.2.5.tar.gz'
head 'git://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- sha1 '063e6e9f615ceda664d0691a6ea59befb22ebc40'
+ sha1 '638569b6d500bc6e02c4aef7eb39d2b22c1fc161'
fails_with_llvm "Fails with \"reference out of range from _linenoise\""