aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShawn Jonnet2012-11-28 16:56:14 -0500
committerAdam Vandenberg2012-11-28 20:11:14 -0800
commitcf0a86c7cbf05ef7f4afa2d5c728f7668b369f8f (patch)
treec9103c9fe6af102e90772f43311c4c036120b616 /Library
parentb205020adca745d7ae2e9c1555f844694ec5e921 (diff)
downloadhomebrew-cf0a86c7cbf05ef7f4afa2d5c728f7668b369f8f.tar.bz2
Redis 2.6.6
Closes #16297. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 9f1323583..1fdb7173c 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.5.tar.gz'
- sha1 '420bbc789342cd82706f940f2d179f1676499887'
+ url 'http://redis.googlecode.com/files/redis-2.6.6.tar.gz'
+ sha1 'cef5e9e5c9e91b789b06bcb2d9132f76dd581933'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'