aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2013-03-15 12:34:54 -0300
committerAdam Vandenberg2013-03-15 09:41:35 -0700
commit9251e7865727cd0416909c32dbc491ea30fe177f (patch)
tree39cd22eaf562eed13a1b7fe35cd1d1315461d94d /Library/Formula
parent00a3160d905257bf3aa837a39f9e034d0f6431e3 (diff)
downloadhomebrew-9251e7865727cd0416909c32dbc491ea30fe177f.tar.bz2
Redis 2.6.11
Closes #18497. Signed-off-by: Adam Vandenberg <flangy@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 fe61c79da..81376c47f 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,8 +2,8 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url 'http://redis.googlecode.com/files/redis-2.6.10.tar.gz'
- sha1 '7c8ac91c2607ae61e2b50a9a7df25120af6df364'
+ url 'http://redis.googlecode.com/files/redis-2.6.11.tar.gz'
+ sha1 'a80a07a43f69207db28c02f08b792f752fdbd2a8'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'