aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Czarnecki2012-10-26 12:10:54 -0400
committerAdam Vandenberg2012-10-26 09:14:08 -0700
commitc31fdf1825d1c7154416a4083a1aa8a68cf7c420 (patch)
tree6169bbd95f9a6978da1fdb1b05b7a3bb1be37457 /Library/Formula
parent11b5459f70f0e9b9b2da19067956966f853661a0 (diff)
downloadhomebrew-c31fdf1825d1c7154416a4083a1aa8a68cf7c420.tar.bz2
Redis 2.6.2
Closes #15680. 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 f3680eddd..746fb2cde 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.0.tar.gz'
- sha1 'f440fe92181ba91cbc632f27c0d7f381ce65a045'
+ url 'http://redis.googlecode.com/files/redis-2.6.2.tar.gz'
+ sha1 '93e632ce88de07a9845aa5bcab67bdc16a7b574a'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'